aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-gui-util.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-08-19 03:49:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-08-19 03:49:49 +0800
commita536d74906984acd16902606ac574db676344194 (patch)
treea300caed7474f6e1939c3a6c1fffa2eed51977f4 /addressbook/gui/widgets/eab-gui-util.h
parenta5604d436c8dc133231c60ae75fb35e96816371d (diff)
downloadgsoc2013-evolution-a536d74906984acd16902606ac574db676344194.tar
gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.tar.gz
gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.tar.bz2
gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.tar.lz
gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.tar.xz
gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.tar.zst
gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.zip
Use the new e_load_book_source_async() where possible.
It's easier to use than addressbook_load() but requires starting with an ESource rather than an EBook, and there's a couple places left where that's not so easy. I'll spend more time on it later.
Diffstat (limited to 'addressbook/gui/widgets/eab-gui-util.h')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.h b/addressbook/gui/widgets/eab-gui-util.h
index 5f8890feb2..e1fd43fdf3 100644
--- a/addressbook/gui/widgets/eab-gui-util.h
+++ b/addressbook/gui/widgets/eab-gui-util.h
@@ -29,25 +29,25 @@
G_BEGIN_DECLS
-void eab_error_dialog (const gchar *msg,
- const GError *error);
-void eab_load_error_dialog (GtkWidget *parent,
- ESource *source,
- const GError *error);
-void eab_search_result_dialog (GtkWidget *parent,
- EBookViewStatus status,
- const gchar *error_msg);
-gint eab_prompt_save_dialog (GtkWindow *parent);
-
-void eab_transfer_contacts (EBook *source,
- GList *contacts, /* adopted */
- gboolean delete_from_source,
- GtkWindow *parent_window);
-
-gchar * eab_suggest_filename (GList *contact_list);
-
-ESource *eab_select_source (ESource *except_source, const gchar *title, const gchar *message,
- const gchar *select_uid, GtkWindow *parent);
+void eab_error_dialog (const gchar *msg,
+ const GError *error);
+void eab_load_error_dialog (GtkWidget *parent,
+ ESource *source,
+ const GError *error);
+void eab_search_result_dialog (GtkWidget *parent,
+ EBookViewStatus status,
+ const gchar *error_msg);
+gint eab_prompt_save_dialog (GtkWindow *parent);
+void eab_transfer_contacts (EBook *source_book,
+ GList *contacts, /* adopted */
+ gboolean delete_from_source,
+ GtkWindow *parent_window);
+gchar * eab_suggest_filename (GList *contact_list);
+ESource * eab_select_source (ESource *except_source,
+ const gchar *title,
+ const gchar *message,
+ const gchar *select_uid,
+ GtkWindow *parent);
/* To parse quoted printable address & return email & name fields */
gboolean eab_parse_qp_email (const gchar *string,