aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/google-contacts-source.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-11-09 00:53:30 +0800
committerMilan Crha <mcrha@redhat.com>2010-11-09 00:57:46 +0800
commitecd4e2f295a3d97d6b92d4be6c9aff6abd44a253 (patch)
treeb9b7206cee38fdc151587028e50d6820bd971d41 /plugins/google-account-setup/google-contacts-source.h
parentb6e18c75e892d3e972440b4cdc73244d3579c2ce (diff)
downloadgsoc2013-evolution-ecd4e2f295a3d97d6b92d4be6c9aff6abd44a253.tar
gsoc2013-evolution-ecd4e2f295a3d97d6b92d4be6c9aff6abd44a253.tar.gz
gsoc2013-evolution-ecd4e2f295a3d97d6b92d4be6c9aff6abd44a253.tar.bz2
gsoc2013-evolution-ecd4e2f295a3d97d6b92d4be6c9aff6abd44a253.tar.lz
gsoc2013-evolution-ecd4e2f295a3d97d6b92d4be6c9aff6abd44a253.tar.xz
gsoc2013-evolution-ecd4e2f295a3d97d6b92d4be6c9aff6abd44a253.tar.zst
gsoc2013-evolution-ecd4e2f295a3d97d6b92d4be6c9aff6abd44a253.zip
Bug #632176 - Force user name on Google calendar/address book
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);