aboutsummaryrefslogtreecommitdiffstats
path: root/modules/online-accounts/e-online-accounts-google.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-01-20 23:05:35 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:41 +0800
commit188de7815704c3a94ae02af4bb27156e204cac5c (patch)
tree2e41ad305eced2181a132169e1b5a12202777648 /modules/online-accounts/e-online-accounts-google.h
parent502cd6c33c1f33f33b944a6d24b51bf5dfe7416f (diff)
downloadgsoc2013-evolution-188de7815704c3a94ae02af4bb27156e204cac5c.tar
gsoc2013-evolution-188de7815704c3a94ae02af4bb27156e204cac5c.tar.gz
gsoc2013-evolution-188de7815704c3a94ae02af4bb27156e204cac5c.tar.bz2
gsoc2013-evolution-188de7815704c3a94ae02af4bb27156e204cac5c.tar.lz
gsoc2013-evolution-188de7815704c3a94ae02af4bb27156e204cac5c.tar.xz
gsoc2013-evolution-188de7815704c3a94ae02af4bb27156e204cac5c.tar.zst
gsoc2013-evolution-188de7815704c3a94ae02af4bb27156e204cac5c.zip
Adapt modules/online-accounts to the new ESource API.
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, 0 insertions, 32 deletions
diff --git a/modules/online-accounts/e-online-accounts-google.h b/modules/online-accounts/e-online-accounts-google.h
deleted file mode 100644
index 10973f3298..0000000000
--- a/modules/online-accounts/e-online-accounts-google.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * 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 */