From 2dfabd3909d4afe12637160863884ea2c953cfac Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Sun, 1 Aug 2010 11:36:45 +0100 Subject: addressbook: Port to use new _async suffix instead of _ex suffix --- addressbook/util/eab-book-util.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'addressbook/util/eab-book-util.h') 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); -- cgit