From 7c6aa944e224b4f938cad03bc6531bc5430c9cdb Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 1 Jul 2011 20:01:45 +0200 Subject: Bug #650671 - Service connect/disconnect not cancelled properly --- mail/em-utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/em-utils.h') diff --git a/mail/em-utils.h b/mail/em-utils.h index c516f15291..cb547e09a3 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -96,6 +96,9 @@ void emu_restore_folder_tree_state (EMFolderTree *folder_tree); gboolean em_utils_is_local_delivery_mbox_file (CamelURL *url); +gboolean em_utils_connect_service_sync (CamelService *service, GCancellable *cancellable, GError **error); +gboolean em_utils_disconnect_service_sync (CamelService *service, gboolean clean, GCancellable *cancellable, GError **error); + G_END_DECLS #endif /* __EM_UTILS_H__ */ -- cgit v1.2.3