aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponent.idl
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-21 00:00:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-21 00:00:29 +0800
commit5dad2a9d035f4d6d31e5b4630946935ac3916d87 (patch)
tree9a8b6397d1c3521e4125358f97d198c5216e53cb /shell/Evolution-ShellComponent.idl
parente4f6918a98bbd339e90b7a0fc5d5a54f903e8fa4 (diff)
downloadgsoc2013-evolution-5dad2a9d035f4d6d31e5b4630946935ac3916d87.tar
gsoc2013-evolution-5dad2a9d035f4d6d31e5b4630946935ac3916d87.tar.gz
gsoc2013-evolution-5dad2a9d035f4d6d31e5b4630946935ac3916d87.tar.bz2
gsoc2013-evolution-5dad2a9d035f4d6d31e5b4630946935ac3916d87.tar.lz
gsoc2013-evolution-5dad2a9d035f4d6d31e5b4630946935ac3916d87.tar.xz
gsoc2013-evolution-5dad2a9d035f4d6d31e5b4630946935ac3916d87.tar.zst
gsoc2013-evolution-5dad2a9d035f4d6d31e5b4630946935ac3916d87.zip
Add interfaces to populate a folder's context menu. (Untested.)
svn path=/trunk/; revision=4240
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r--shell/Evolution-ShellComponent.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl
index 7c95489889..90b72fea26 100644
--- a/shell/Evolution-ShellComponent.idl
+++ b/shell/Evolution-ShellComponent.idl
@@ -54,6 +54,10 @@ module Evolution {
void async_remove_folder (in ShellComponentListener listener,
in string physical_uri)
raises (Busy);
+
+ void populate_folder_context_menu (in Bonobo::UIHandler uih,
+ in string physical_uri,
+ in string type);
};
interface ShellComponentListener {