diff options
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; |