From dd6e64ad305e1ab181c6276ed4c77d910a36a4fa Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 9 Jun 2011 16:28:36 -0400 Subject: 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. --- modules/online-accounts/e-online-accounts-google.h | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 modules/online-accounts/e-online-accounts-google.h (limited to 'modules/online-accounts/e-online-accounts-google.h') 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 + * + */ + +#ifndef E_ONLINE_ACCOUNTS_GOOGLE_H +#define E_ONLINE_ACCOUNTS_GOOGLE_H + +#define GOA_API_IS_SUBJECT_TO_CHANGE +#include + +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 */ -- cgit v1.2.3