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
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-10 06:33:23 +0800
commit5e633737a81adfceae761589b1e464792ad51297 (patch)
tree6932a00ffc2f0e574e000339f12a37ba192344b9 /plugins/google-account-setup/google-contacts-source.h
parent674b14c952006d4cf869b374e204be281fafdcaf (diff)
downloadgsoc2013-evolution-5e633737a81adfceae761589b1e464792ad51297.tar
gsoc2013-evolution-5e633737a81adfceae761589b1e464792ad51297.tar.gz
gsoc2013-evolution-5e633737a81adfceae761589b1e464792ad51297.tar.bz2
gsoc2013-evolution-5e633737a81adfceae761589b1e464792ad51297.tar.lz
gsoc2013-evolution-5e633737a81adfceae761589b1e464792ad51297.tar.xz
gsoc2013-evolution-5e633737a81adfceae761589b1e464792ad51297.tar.zst
gsoc2013-evolution-5e633737a81adfceae761589b1e464792ad51297.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);