diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-02-27 11:58:25 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-02-27 11:58:25 +0800 |
commit | a75e12466d16f6c17d558de205bd0991485101cc (patch) | |
tree | 5b26cdf613586f1e1f6892955264864ebef52c2e /shell/Evolution-Shell.idl | |
parent | 6d372364756b98ec1bd22810c3b9bf7a9a514c71 (diff) | |
download | gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar.gz gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar.zst gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.zip |
Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' members
to the `FolderType' struct and renamed `Evolution::Shell::FolderTypeList'
to `Evolution::Shell::FolderTypeNameList' to avoid confusion.
svn path=/trunk/; revision=8400
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index f2124c40c8..6519de6f19 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -32,7 +32,7 @@ module Evolution { ShellComponent getComponentByType (in string type) raises (NotFound); - typedef sequence<string> FolderTypeList; + typedef sequence<string> FolderTypeNameList; /** * createNewView: @@ -58,7 +58,7 @@ module Evolution { void selectUserFolder (in FolderSelectionListener listener, in string title, in string default_folder, - in FolderTypeList possible_types) + in FolderTypeNameList possible_types) raises (Busy); /** |