aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/eab-contact-merging.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-22 08:00:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:39 +0800
commitb99b09e4570d7b24c23fc8b97606eaa9057bbd5c (patch)
treee8a801fcfea0a83a1218ad448936f451dbc60a9b /addressbook/gui/merging/eab-contact-merging.h
parent70805074799774f97473dafbed444c8a0b3b68e1 (diff)
downloadgsoc2013-evolution-b99b09e4570d7b24c23fc8b97606eaa9057bbd5c.tar
gsoc2013-evolution-b99b09e4570d7b24c23fc8b97606eaa9057bbd5c.tar.gz
gsoc2013-evolution-b99b09e4570d7b24c23fc8b97606eaa9057bbd5c.tar.bz2
gsoc2013-evolution-b99b09e4570d7b24c23fc8b97606eaa9057bbd5c.tar.lz
gsoc2013-evolution-b99b09e4570d7b24c23fc8b97606eaa9057bbd5c.tar.xz
gsoc2013-evolution-b99b09e4570d7b24c23fc8b97606eaa9057bbd5c.tar.zst
gsoc2013-evolution-b99b09e4570d7b24c23fc8b97606eaa9057bbd5c.zip
Adapt addressbook/gui/merging to the new ESource API.
Diffstat (limited to 'addressbook/gui/merging/eab-contact-merging.h')
-rw-r--r--addressbook/gui/merging/eab-contact-merging.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/addressbook/gui/merging/eab-contact-merging.h b/addressbook/gui/merging/eab-contact-merging.h
index a922d6b9fb..a4f62e80c0 100644
--- a/addressbook/gui/merging/eab-contact-merging.h
+++ b/addressbook/gui/merging/eab-contact-merging.h
@@ -27,6 +27,7 @@
#define __E_CONTACT_MERGING_H__
#include <libebook/e-book-client.h>
+#include <libedataserver/e-source-registry.h>
G_BEGIN_DECLS
@@ -43,17 +44,20 @@ typedef void (*EABMergingContactAsyncCallback)
EContact *contact,
gpointer closure);
-gboolean eab_merging_book_add_contact (EBookClient *book_client,
+gboolean eab_merging_book_add_contact (ESourceRegistry *registry,
+ EBookClient *book_client,
EContact *contact,
EABMergingIdAsyncCallback cb,
gpointer closure);
-gboolean eab_merging_book_modify_contact (EBookClient *book_client,
+gboolean eab_merging_book_modify_contact (ESourceRegistry *registry,
+ EBookClient *book_client,
EContact *contact,
EABMergingAsyncCallback cb,
gpointer closure);
-gboolean eab_merging_book_find_contact (EBookClient *book_client,
+gboolean eab_merging_book_find_contact (ESourceRegistry *registry,
+ EBookClient *book_client,
EContact *contact,
EABMergingContactAsyncCallback cb,
gpointer closure);