diff options
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 2505cf7e33..6fe70ac8fe 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -110,6 +110,9 @@ typedef char * (* EvolutionShellComponentGetDndSelectionFn) (EvolutionShellCompo struct _EvolutionShellComponentFolderType { char *name; char *icon_name; + char *display_name; + char *description; + gboolean user_creatable; /* The following are NULL-terminated arrays. */ |