aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponent.idl
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-13 05:00:21 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-13 05:00:21 +0800
commit936a6d77ddf54813096e2ecbe55b824b5ae80c4c (patch)
treedafa161b1c69c081506db43bdbffe0f7d66894f3 /shell/Evolution-ShellComponent.idl
parent9c6f86a43dd17e08ea6ec275a5bbf52ace9d879b (diff)
downloadgsoc2013-evolution-936a6d77ddf54813096e2ecbe55b824b5ae80c4c.tar
gsoc2013-evolution-936a6d77ddf54813096e2ecbe55b824b5ae80c4c.tar.gz
gsoc2013-evolution-936a6d77ddf54813096e2ecbe55b824b5ae80c4c.tar.bz2
gsoc2013-evolution-936a6d77ddf54813096e2ecbe55b824b5ae80c4c.tar.lz
gsoc2013-evolution-936a6d77ddf54813096e2ecbe55b824b5ae80c4c.tar.xz
gsoc2013-evolution-936a6d77ddf54813096e2ecbe55b824b5ae80c4c.tar.zst
gsoc2013-evolution-936a6d77ddf54813096e2ecbe55b824b5ae80c4c.zip
Add an ::asyncCopyFolder method to the ShellComponent interface. Move
all the message hiding options to the View menu. svn path=/trunk/; revision=7456
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r--shell/Evolution-ShellComponent.idl6
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);