From 936a6d77ddf54813096e2ecbe55b824b5ae80c4c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 12 Jan 2001 21:00:21 +0000 Subject: Add an ::asyncCopyFolder method to the ShellComponent interface. Move all the message hiding options to the View menu. svn path=/trunk/; revision=7456 --- shell/Evolution-ShellComponent.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell/Evolution-ShellComponent.idl') 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); -- cgit v1.2.3