From a75e12466d16f6c17d558de205bd0991485101cc Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 27 Feb 2001 03:58:25 +0000 Subject: 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 --- shell/Evolution-ShellComponent.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/Evolution-ShellComponent.idl') 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 accepted_dnd_mime_types; + sequence exported_dnd_mime_types; }; typedef sequence FolderTypeList; -- cgit v1.2.3