diff options
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 69a17f69a9..2505cf7e33 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -141,7 +141,9 @@ struct _EvolutionShellComponentClass { const char *uri); void (* user_create_new_item) (EvolutionShellComponent *shell_component, - const char *id); + const char *id, + const char *parent_folder_physical_uri, + const char *parent_folder_type); }; |