aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-18 04:52:02 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-18 04:52:02 +0800
commit79c77a65590803aaad270da48bf9bb8fbeb9e61c (patch)
tree88f207be1841f3accbdf0dfa4e8ab292cdd8584a /shell/e-storage.h
parent266cd02466e71c0b6fe2bdb613d8a7f12f1eaa8b (diff)
downloadgsoc2013-evolution-79c77a65590803aaad270da48bf9bb8fbeb9e61c.tar
gsoc2013-evolution-79c77a65590803aaad270da48bf9bb8fbeb9e61c.tar.gz
gsoc2013-evolution-79c77a65590803aaad270da48bf9bb8fbeb9e61c.tar.bz2
gsoc2013-evolution-79c77a65590803aaad270da48bf9bb8fbeb9e61c.tar.lz
gsoc2013-evolution-79c77a65590803aaad270da48bf9bb8fbeb9e61c.tar.xz
gsoc2013-evolution-79c77a65590803aaad270da48bf9bb8fbeb9e61c.tar.zst
gsoc2013-evolution-79c77a65590803aaad270da48bf9bb8fbeb9e61c.zip
Add description for E_STORAGE_NOTONLINE.
* e-storage.c (e_storage_result_to_string): Add description for E_STORAGE_NOTONLINE. * e-corba-storage.c (e_corba_storage_corba_result_to_storage_result): Support GNOME_Evolution_Storage_NOT_ONLINE (E_STORAGE_NOTONLINE). * Evolution-Storage.idl: Add NOT_ONLINE to enum Result. * e-storage.h: Add E_STORAGE_NOTONLINE to EStorageResult enum. svn path=/trunk/; revision=18097
Diffstat (limited to 'shell/e-storage.h')
-rw-r--r--shell/e-storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-storage.h b/shell/e-storage.h
index 0213653408..22d87de8f9 100644
--- a/shell/e-storage.h
+++ b/shell/e-storage.h
@@ -58,6 +58,7 @@ enum _EStorageResult {
E_STORAGE_UNSUPPORTEDTYPE,
E_STORAGE_CANTCHANGESTOCKFOLDER,
E_STORAGE_CANTMOVETODESCENDANT,
+ E_STORAGE_NOTONLINE,
E_STORAGE_INVALIDNAME
};
typedef enum _EStorageResult EStorageResult;