aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Component.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-Component.idl')
-rw-r--r--shell/Evolution-Component.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl
index 52d86387db..c8159ff8fa 100644
--- a/shell/Evolution-Component.idl
+++ b/shell/Evolution-Component.idl
@@ -14,9 +14,12 @@ module GNOME {
module Evolution {
interface Component : Bonobo::Unknown {
+ exception Failed {};
+
/* Create the controls for embedding in the shell. */
void createControls (out Bonobo::Control sidebar_control,
- out Bonobo::Control view_control);
+ out Bonobo::Control view_control)
+ raises (Failed);
/* Request the component to quit. The component will reply
with an event named "quit", with a boolean value of TRUE if