summaryrefslogtreecommitdiff
path: root/src/contacts-esd-setup.h
blob: be4cfcd36a062b1092920e2568df131de8436202 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <libebook/libebook.h>
#include <gtk/gtk.h>

gboolean contacts_ensure_eds_accounts (void);
const char *contacts_lookup_esource_name_by_uid (const char *uid);
const char *contacts_lookup_esource_name_by_uid_for_contact (const char *uid);
gboolean contacts_esource_uid_is_google (const char *uid);
gboolean contacts_has_goa_account (void);
extern ESourceRegistry *eds_source_registry;
extern gboolean contacts_avoid_goa_workaround;
GtkWidget* contacts_get_icon_for_goa_account (const char* goa_id);