From 6502cc080fd6e6de0d974b64c43809cbd54d0edc Mon Sep 17 00:00:00 2001 From: Shakti Sen Date: Wed, 3 Aug 2005 09:58:28 +0000 Subject: Added offline/online support and removed some warning messages. Added a 2005-08-03 Shakti Sen * exchange-folder.c (org_gnome_exchange_folder_ab_unsubscribe) (org_gnome_exchange_folder_unsubscribe) (org_gnome_exchange_folder_subscription): Added offline/online support and removed some warning messages. * exchange-operations.c: Added a new function exchange_is_offline(). * exchange-operations.h: Included a prototype. * exchange-config-listener.c (exchange_config_listener_get_offline_status): Added newly to get the online/offline status. * exchange-config-listener.h: Added the prototype for exchange_config_listener_get_offline_status(). Fixes bug #311324. svn path=/trunk/; revision=29969 --- plugins/exchange-operations/exchange-operations.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/exchange-operations/exchange-operations.h') diff --git a/plugins/exchange-operations/exchange-operations.h b/plugins/exchange-operations/exchange-operations.h index c0134aca76..35cdfca444 100644 --- a/plugins/exchange-operations/exchange-operations.h +++ b/plugins/exchange-operations/exchange-operations.h @@ -40,6 +40,7 @@ extern ExchangeConfigListener *exchange_global_config_listener; int e_plugin_lib_enable (EPluginLib *eplib, int enable); ExchangeAccount *exchange_operations_get_exchange_account (void); +ExchangeConfigListenerStatus exchange_is_offline (gint *mode); gboolean exchange_operations_tokenize_string (char **string, char *token, char delimit); -- cgit v1.2.3