diff options
Diffstat (limited to 'shell/Evolution-Component.idl')
-rw-r--r-- | shell/Evolution-Component.idl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl index 97c3e6ad3a..e199629066 100644 --- a/shell/Evolution-Component.idl +++ b/shell/Evolution-Component.idl @@ -43,11 +43,9 @@ module Evolution { out Bonobo::Control statusbar_control) raises (Failed); - /* Request the component to quit. The component will reply - with an event named "quit", with a boolean value of TRUE if - the component agrees to quit and FALSE if it doesn't want - to. */ - void requestQuit (in Bonobo::Listener listener); + /* Request the component to quit. The component will return TRUE + if it agrees to quit and FALSE if it doesn't want to. */ + boolean requestQuit (); /* Notify the component of whether the shell is currently running in interactive mode or not. (I.e. basically, |