aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/util')
-rw-r--r--addressbook/util/eab-book-util.c4
-rw-r--r--addressbook/util/eab-book-util.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c
index 7482ad2807..53a09c323b 100644
--- a/addressbook/util/eab-book-util.c
+++ b/addressbook/util/eab-book-util.c
@@ -74,7 +74,7 @@ guint
eab_name_and_email_query (EBook *book,
const gchar *name,
const gchar *email,
- EBookContactsCallback cb,
+ EBookListCallback cb,
gpointer closure)
{
gchar *email_query=NULL, *name_query=NULL;
@@ -153,7 +153,7 @@ eab_name_and_email_query (EBook *book,
guint
eab_nickname_query (EBook *book,
const char *nickname,
- EBookContactsCallback cb,
+ EBookListCallback cb,
gpointer closure)
{
EBookQuery *query;
diff --git a/addressbook/util/eab-book-util.h b/addressbook/util/eab-book-util.h
index 7fda98adf3..ae3a45ef35 100644
--- a/addressbook/util/eab-book-util.h
+++ b/addressbook/util/eab-book-util.h
@@ -30,7 +30,7 @@
#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-moniker-util.h>
-#include <libebook/e-book-async.h>
+#include <libebook/e-book.h>
#include "e-util/e-config-listener.h"
G_BEGIN_DECLS
@@ -44,11 +44,11 @@ EConfigListener *eab_get_config_database (void);
guint eab_name_and_email_query (EBook *book,
const char *name,
const char *email,
- EBookContactsCallback cb,
+ EBookListCallback cb,
gpointer closure);
guint eab_nickname_query (EBook *book,
const char *nickname,
- EBookContactsCallback cb,
+ EBookListCallback cb,
gpointer closure);
GList *eab_contact_list_from_string (const char *str);