From a2ae2d718be2cf4803ae0564c0cc539ecdaa4f6b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 22 Mar 2001 13:41:01 +0000 Subject: Changed the EStorageSet API to have a single `xfer()' method instead of separate copy/move (as in the IDL). Actually implement the `xfer()' operation for the case when source and destination are in the same storage. Fix the `EStorageSet' API by having a special `EStorageSetResultCallback' callback type for it (instead of using `EStorageResultCallback', which would never work). Also, removed some unused variables in `e-storage-set-view.c'. svn path=/trunk/; revision=8895 --- shell/Evolution-ShellComponent.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/Evolution-ShellComponent.idl') diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index bd4bb9c48c..29776b49d0 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -60,7 +60,7 @@ module Evolution { in string physical_uri) raises (Busy); - void copyFolderAsync (in ShellComponentListener listener, + void xferFolderAsync (in ShellComponentListener listener, in string source_physical_uri, in string destination_physical_uri, in boolean remove_source) -- cgit