aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/google-contacts-source.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/google-account-setup/google-contacts-source.h')
-rw-r--r--plugins/google-account-setup/google-contacts-source.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/google-account-setup/google-contacts-source.h b/plugins/google-account-setup/google-contacts-source.h
index 289ea0b40f..97130c1651 100644
--- a/plugins/google-account-setup/google-contacts-source.h
+++ b/plugins/google-account-setup/google-contacts-source.h
@@ -21,9 +21,15 @@
#ifndef __GOOGLE_CONTACTS_SOURCE_H__
#define __GOOGLE_CONTACTS_SOURCE_H__
+#define GOOGLE_BASE_URI "google://"
+
GtkWidget *plugin_google_contacts (EPlugin *epl,
EConfigHookItemFactoryData *data);
+gpointer plugin_google_contacts_check (EPlugin *epl, EConfigHookPageCheckData *data);
+
+gpointer check_username_filled (ESource *source);
+
void ensure_google_contacts_source_group (void);
void remove_google_contacts_source_group (void);