diff options
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index bda5732537..d224cb0b27 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -51,6 +51,18 @@ module Evolution { in string default_folder, in FolderTypeList possible_types) raises (Busy); + + /** + * get_local_storage: + * + * Get the interface to the local storage. + * + * FIXME: Probably we just want to be able to request this to + * the StorageRegistry. This is an ugly kludge. + * + * Return value: the `Evolution::LocalStorage' interface for + * the local storage. */ + LocalStorage get_local_storage (); }; interface FolderSelectionListener { |