Add an ::asyncCopyFolder method to the ShellComponent interface. Move
all the message hiding options to the View menu. svn path=/trunk/; revision=7456
This commit is contained in:
@ -57,6 +57,12 @@ module Evolution {
|
||||
in string physical_uri)
|
||||
raises (Busy);
|
||||
|
||||
void copyFolderAsync (in ShellComponentListener listener,
|
||||
in string source_physical_uri,
|
||||
in string destination_physical_uri,
|
||||
in boolean remove_source)
|
||||
raises (Busy);
|
||||
|
||||
void populateFolderContextMenu (in Bonobo::UIContainer uih,
|
||||
in string physical_uri,
|
||||
in string type);
|
||||
|
||||
Reference in New Issue
Block a user