Add interfaces to populate a folder's context menu. (Untested.)

svn path=/trunk/; revision=4240
This commit is contained in:
Ettore Perazzoli
2000-07-20 16:00:29 +00:00
parent e4f6918a98
commit 5dad2a9d03
4 changed files with 90 additions and 31 deletions

View File

@ -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 {