diff options
Diffstat (limited to 'shell/evolution-test-component.c')
-rw-r--r-- | shell/evolution-test-component.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/evolution-test-component.c b/shell/evolution-test-component.c index 336912cb8c..b4ad8334a5 100644 --- a/shell/evolution-test-component.c +++ b/shell/evolution-test-component.c @@ -270,9 +270,12 @@ owner_unset_callback (EvolutionShellComponent *shell_component, static void user_create_new_item_callback (EvolutionShellComponent *shell_component, - const char *id) + const char *id, + const char *parent_folder_physical_uri, + const char *parent_folder_type) { g_print ("\n*** Should create -- %s\n", id); + g_print ("\n\tType %s, URI %s\n", parent_folder_type, parent_folder_physical_uri); } |