diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index f2e7e22ee8..73110b5011 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -18,6 +18,8 @@ module Evolution { string name; string icon_name; + boolean user_creatable; + sequence<string> accepted_dnd_types; sequence<string> exported_dnd_types; }; |