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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user