diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-11 02:40:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-11 02:40:53 +0800 |
commit | b1cecd2f331a2b97ea5eec44450a9c0c69c26141 (patch) | |
tree | 2a09777b95423821ed59ef3d869eedffca97e79e /shell/Evolution-Storage.idl | |
parent | 67bf5ca8370842e92754b1c5cd915e9ce6022f7f (diff) | |
download | gsoc2013-evolution-b1cecd2f331a2b97ea5eec44450a9c0c69c26141.tar.gz gsoc2013-evolution-b1cecd2f331a2b97ea5eec44450a9c0c69c26141.tar.zst gsoc2013-evolution-b1cecd2f331a2b97ea5eec44450a9c0c69c26141.zip |
Updated for FolderResult instead of DiscoverSharedFolderResult.
* e-shell-shared-folder-picker-dialog.c
(shared_folder_discovery_listener_callback): Updated for
FolderResult instead of DiscoverSharedFolderResult.
* Evolution-Storage.idl: Remove struct DiscoverSharedFolderResult;
we want to just use FolderResult for asyncDiscoverSharedFolder.
svn path=/trunk/; revision=16751
Diffstat (limited to 'shell/Evolution-Storage.idl')
-rw-r--r-- | shell/Evolution-Storage.idl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl index 3660e3d74d..dcc87ca6dd 100644 --- a/shell/Evolution-Storage.idl +++ b/shell/Evolution-Storage.idl @@ -37,13 +37,6 @@ module Evolution { string path; }; - struct DiscoverSharedFolderResult { - Result result; - string storagePath; - string physicalURI; - string type; - }; - /* The name of the storage. */ readonly attribute string name; |