diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index 101d23d4f3..9a041fa00e 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -92,7 +92,9 @@ module Evolution { in string physical_uri, in string type); - void userCreateNewItem (in string id) + void userCreateNewItem (in string id, + in string parent_folder_physical_uri, + in string parent_folder_type) raises (UnsupportedType); }; |