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
This commit is contained in:
Ettore Perazzoli
2001-02-27 03:58:25 +00:00
parent 6d37236475
commit a75e12466d
5 changed files with 26 additions and 14 deletions

View File

@ -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;