diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-22 20:47:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-22 20:47:16 +0800 |
commit | 03765ef0bb21fb7d98af1dd8d72a76e683a26a2f (patch) | |
tree | d78acece44e41498a8cb63c42bb5b483e87d67eb /shell/Evolution-Storage.idl | |
parent | 2282cef752462976015bffebcce0640457431309 (diff) | |
download | gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.gz gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.bz2 gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.lz gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.xz gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.zst gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.zip |
Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'.
svn path=/trunk/; revision=8894
Diffstat (limited to 'shell/Evolution-Storage.idl')
-rw-r--r-- | shell/Evolution-Storage.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl index c0216e3ddd..9681d32be1 100644 --- a/shell/Evolution-Storage.idl +++ b/shell/Evolution-Storage.idl @@ -57,6 +57,11 @@ module Evolution { in string physical_uri, in Bonobo::Listener listener); + void asyncXferFolder (in string source_path, + in string destination_path, + in boolean remove_source, + in Bonobo::Listener listener); + void addListener (in StorageListener listener) raises (AlreadyListening); |