diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 4 |
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 { |