aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/eab-book-util.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-08-01 18:36:45 +0800
committerRob Bradford <rob@linux.intel.com>2010-08-02 20:27:24 +0800
commit2dfabd3909d4afe12637160863884ea2c953cfac (patch)
tree263123ff34965ed147c62639d95d6c04e0e8d930 /addressbook/util/eab-book-util.h
parent68341973d40b9ac5ffbc3f4132af0656194df13e (diff)
downloadgsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.tar.gz
gsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.tar.zst
gsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.zip
addressbook: Port to use new _async suffix instead of _ex suffix
Diffstat (limited to 'addressbook/util/eab-book-util.h')
-rw-r--r--addressbook/util/eab-book-util.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/addressbook/util/eab-book-util.h b/addressbook/util/eab-book-util.h
index edc7c3ebe6..1cda93c102 100644
--- a/addressbook/util/eab-book-util.h
+++ b/addressbook/util/eab-book-util.h
@@ -32,13 +32,13 @@ typedef void (*EABHaveAddressCallback) (EBook *book, const gchar *addr, EContact
/* Specialized Name/Email Queries */
guint eab_name_and_email_query (EBook *book,
- const gchar *name,
- const gchar *email,
- EBookListExCallback cb,
+ const gchar *name,
+ const gchar *email,
+ EBookListAsyncCallback cb,
gpointer closure);
guint eab_nickname_query (EBook *book,
- const gchar *nickname,
- EBookListExCallback cb,
+ const gchar *nickname,
+ EBookListAsyncCallback cb,
gpointer closure);
GList *eab_contact_list_from_string (const gchar *str);