From 8c2f3a00ef98717e4203630c8119f2e84d2bb796 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 13 Mar 2001 02:26:18 +0000 Subject: All my changes to get the folder creation working, and the magic Netscape importer. svn path=/trunk/; revision=8661 --- shell/Evolution-Storage.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell/Evolution-Storage.idl') diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl index 879df8afb0..a0cf16a303 100644 --- a/shell/Evolution-Storage.idl +++ b/shell/Evolution-Storage.idl @@ -42,6 +42,11 @@ module Evolution { GENERIC_ERROR }; + struct FolderResult { + Result result; + string path; + }; + void asyncCreateFolder (in string path, in string type, in string description, -- cgit v1.2.3