aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Storage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-Storage.idl')
-rw-r--r--shell/Evolution-Storage.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl
index 824d6e32e3..84d323c3bd 100644
--- a/shell/Evolution-Storage.idl
+++ b/shell/Evolution-Storage.idl
@@ -19,10 +19,6 @@ module Evolution {
exception AlreadyListening {};
exception NotFound {};
- attribute string name;
-
- typedef sequence<Folder> FolderList;
-
enum Result {
OK,
UNSUPPORTED_OPERATION,
@@ -41,7 +37,11 @@ module Evolution {
string path;
};
- FolderList getFolderList ();
+ /* Flat list of the folders in the storage. */
+ readonly attribute FolderList folderList;
+
+ /* The name of the storage. */
+ attribute string name;
void asyncCreateFolder (in string path,
in string type,