aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Storage.idl
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/Evolution-Storage.idl
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/Evolution-Storage.idl')
-rw-r--r--shell/Evolution-Storage.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl
index 844f7255f6..02506af4ec 100644
--- a/shell/Evolution-Storage.idl
+++ b/shell/Evolution-Storage.idl
@@ -29,6 +29,7 @@ module Evolution {
PERMISSION_DENIED,
NO_SPACE,
NOT_EMPTY,
+ NOT_ONLINE,
GENERIC_ERROR
};