aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r--shell/Evolution-ShellComponent.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl
index 5ca38e3bdb..ad8b7af118 100644
--- a/shell/Evolution-ShellComponent.idl
+++ b/shell/Evolution-ShellComponent.idl
@@ -69,7 +69,8 @@ module Evolution {
exception InternalError {};
Bonobo::Control createView (in string physical_uri,
- in string type)
+ in string type,
+ in string view_info)
raises (NotFound, UnsupportedType, InternalError);
void handleExternalURI (in string external_uri)