From aa20072666850291f8a00dec148df5d58991ae60 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 8 Sep 2000 08:34:35 +0000 Subject: Added new interfaces to be exposed by the local storage, so that components can get a list of all the folders and specify the display name for them. (Unfinished and untested.) svn path=/trunk/; revision=5256 --- shell/Evolution-Shell.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'shell/Evolution-Shell.idl') 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 { -- cgit v1.2.3