aboutsummaryrefslogtreecommitdiffstats
path: root/modules/online-accounts/e-online-accounts-google.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-06-10 04:28:36 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:32 +0800
commitd9323c2872320bfb5ee7498fd8f384d78c4b99cf (patch)
tree7c4081aee7cec6cfe8394323ff06fd4dc3a8ffb1 /modules/online-accounts/e-online-accounts-google.h
parent1b93c1cf3822929fa3c43279c36646a76bcbc5ee (diff)
downloadgsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.tar
gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.tar.gz
gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.tar.bz2
gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.tar.lz
gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.tar.xz
gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.tar.zst
gsoc2013-evolution-d9323c2872320bfb5ee7498fd8f384d78c4b99cf.zip
Prototype an online-accounts module.
Integrates with the GNOME Online Accounts service. Creates Evolution sources for a GOA Google account and keeps them synchronized. Also registers a new CamelSaslXOAuth class for use with GMail. Authentication of Google Calendars and Google Contacts using OAuth is still under development.
Diffstat (limited to 'modules/online-accounts/e-online-accounts-google.h')
-rw-r--r--modules/online-accounts/e-online-accounts-google.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/modules/online-accounts/e-online-accounts-google.h b/modules/online-accounts/e-online-accounts-google.h
new file mode 100644
index 0000000000..10973f3298
--- /dev/null
+++ b/modules/online-accounts/e-online-accounts-google.h
@@ -0,0 +1,32 @@
+/*
+ * e-online-accounts-google.h
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) version 3.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
+#ifndef E_ONLINE_ACCOUNTS_GOOGLE_H
+#define E_ONLINE_ACCOUNTS_GOOGLE_H
+
+#define GOA_API_IS_SUBJECT_TO_CHANGE
+#include <goa/goa.h>
+
+G_BEGIN_DECLS
+
+void e_online_accounts_google_sync (GoaObject *goa_object,
+ const gchar *evo_id);
+
+G_END_DECLS
+
+#endif /* E_ONLINE_ACCOUNTS_GOOGLE_H */