aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/eab-contact-compare.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-compare.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-compare.h')
-rw-r--r--addressbook/gui/merging/eab-contact-compare.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/addressbook/gui/merging/eab-contact-compare.h b/addressbook/gui/merging/eab-contact-compare.h
index 8c07a56f08..30c1c2d0cf 100644
--- a/addressbook/gui/merging/eab-contact-compare.h
+++ b/addressbook/gui/merging/eab-contact-compare.h
@@ -28,6 +28,7 @@
#include <libebook/e-contact.h>
#include <libebook/e-book-client.h>
+#include <libedataserver/e-source-registry.h>
typedef enum {
EAB_CONTACT_MATCH_NOT_APPLICABLE = 0,
@@ -87,10 +88,12 @@ EABContactMatchType
eab_contact_compare (EContact *contact1,
EContact *contact2);
-void eab_contact_locate_match (EContact *contact,
+void eab_contact_locate_match (ESourceRegistry *registry,
+ EContact *contact,
EABContactMatchQueryCallback cb,
gpointer closure);
-void eab_contact_locate_match_full (EBookClient *book_client,
+void eab_contact_locate_match_full (ESourceRegistry *registry,
+ EBookClient *book_client,
EContact *contact,
GList *avoid,
EABContactMatchQueryCallback cb,