diff options
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index d224cb0b27..0102ba09ec 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -63,6 +63,16 @@ module Evolution { * Return value: the `Evolution::LocalStorage' interface for * the local storage. */ LocalStorage get_local_storage (); + + /** + * create_storage_set_view: + * + * Create a control for the storage set view. This control + * will also implement the `Evolution::StorageSetView' interface. + * + * Return value: the newly created control. + */ + Bonobo::Control create_storage_set_view (); }; interface FolderSelectionListener { |