| Camel Reference Manual | ||||
|---|---|---|---|---|
CamelOfflineStore;
void camel_offline_store_set_network_state
(CamelOfflineStore *store,
gint state,
CamelException *ex);
gint camel_offline_store_get_network_state
(CamelOfflineStore *store,
CamelException *ex);
void camel_offline_store_prepare_for_offline
(CamelOfflineStore *store,
CamelException *ex);
void camel_offline_store_set_network_state (CamelOfflineStore *store,gint state, CamelException *ex);
Set the network state to either
|
a CamelOfflineStore object |
|
the network state |
|
a CamelException |
gint camel_offline_store_get_network_state (CamelOfflineStore *store, CamelException *ex);
Return the network state either
|
a CamelOfflineStore object |
|
a CamelException |
Returns : |
void camel_offline_store_prepare_for_offline (CamelOfflineStore *store, CamelException *ex);
|
|
|