diff options
Diffstat (limited to 'shell/Evolution-Storage.idl')
-rw-r--r-- | shell/Evolution-Storage.idl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl index 84d323c3bd..be6eaafcab 100644 --- a/shell/Evolution-Storage.idl +++ b/shell/Evolution-Storage.idl @@ -37,12 +37,15 @@ module Evolution { string path; }; + /* The name of the storage. */ + readonly attribute string name; + + /* Whether the storage has folders from other user's. */ + readonly attribute boolean hasSharedFolders; + /* 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, in string description, |