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.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl
index dcc87ca6dd..e4ce3f1f1a 100644
--- a/shell/Evolution-Storage.idl
+++ b/shell/Evolution-Storage.idl
@@ -42,6 +42,12 @@ module Evolution {
/* Whether the storage has folders from other user's. */
readonly attribute boolean hasSharedFolders;
+
+ /* Get informatino for a folder. NOTE: evolutionUri in the
+ returned Folder is going to be an empty string if you use
+ this function. */
+ Folder getFolderAtPath (in string path)
+ raises (NotFound);
/* Flat list of the folders in the storage. */
readonly attribute FolderList folderList;