aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-store-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-18 00:08:07 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:16 +0800
commitdba093c80487fbaeef12b7d34081b70acd844657 (patch)
tree61415e77ce27244e3683e71f4c786a2d64604246 /mail/e-mail-store-utils.h
parentd1777cbb0f2439a64edbbb3ab88b0f1b233e9a05 (diff)
downloadgsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.gz
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.bz2
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.lz
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.xz
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.zst
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.zip
Remove mail_store_prepare_offline().
Use e_mail_store_prepare_for_offline() instead.
Diffstat (limited to 'mail/e-mail-store-utils.h')
-rw-r--r--mail/e-mail-store-utils.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/e-mail-store-utils.h b/mail/e-mail-store-utils.h
index daf7a98412..7610b82f54 100644
--- a/mail/e-mail-store-utils.h
+++ b/mail/e-mail-store-utils.h
@@ -41,6 +41,16 @@ void e_mail_store_go_online (CamelStore *store,
gboolean e_mail_store_go_online_finish (CamelStore *store,
GAsyncResult *result,
GError **error);
+void e_mail_store_prepare_for_offline
+ (CamelStore *store,
+ gint io_priority,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean e_mail_store_prepare_for_offline_finish
+ (CamelStore *store,
+ GAsyncResult *result,
+ GError **error);
G_END_DECLS