aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Shell.idl
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-10-02 22:22:11 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-10-02 22:22:11 +0800
commite062edf57318b368b82862dc40c17bcd4be86661 (patch)
tree0fed023afae4a59f56bca368b61ee8951ac05b01 /shell/Evolution-Shell.idl
parent9f7278389604e1a8c212aac3056a122e99cf4344 (diff)
downloadgsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.tar
gsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.tar.gz
gsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.tar.bz2
gsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.tar.lz
gsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.tar.xz
gsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.tar.zst
gsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.zip
Added the ability for the shell to export the storage set view as a
Bonobo::Control (untested, and needed by Toshok's subscription dialog). Also, added a custom interface for this control so that the container can get notification when a folder gets selected. svn path=/trunk/; revision=5657
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r--shell/Evolution-Shell.idl10
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 {