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 9a041fa00e..c061e7241b 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -18,6 +18,9 @@ module Evolution { string name; string icon_name; + string display_name; + string description; + boolean user_creatable; sequence<string> accepted_dnd_types; |