diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index bd98e5ed46..4c9624e815 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -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); |