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-ShellComponent.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-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index 4c9624e815..989aa06827 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -17,6 +17,9 @@ module Evolution { struct FolderType { string name; string icon_name; + + sequence<string> accepted_dnd_mime_types; + sequence<string> exported_dnd_mime_types; }; typedef sequence<FolderType> FolderTypeList; |