diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index 2e67b18c17..6f0e566d44 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -28,6 +28,10 @@ module Evolution { void set_owner (in Shell shell) raises (AlreadyOwned); + exception NotOwned {}; + void unset_owner () + raises (NotOwned); + exception NotFound {}; Bonobo::Control create_view (in string physical_uri) raises (NotFound); |