aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponent.idl
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-02-27 11:58:25 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-02-27 11:58:25 +0800
commita75e12466d16f6c17d558de205bd0991485101cc (patch)
tree5b26cdf613586f1e1f6892955264864ebef52c2e /shell/Evolution-ShellComponent.idl
parent6d372364756b98ec1bd22810c3b9bf7a9a514c71 (diff)
downloadgsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar
gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar.gz
gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar.bz2
gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar.lz
gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar.xz
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.idl3
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;