Add interfaces to populate a folder's context menu. (Untested.)
svn path=/trunk/; revision=4240
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user