diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-05 07:12:28 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-05 07:12:28 +0800 |
commit | 56ac1ec642fb0713434132a76186290018569f67 (patch) | |
tree | 84514676d9cf41ba687abeb9e320e46979b53167 /shell/Evolution-Component.idl | |
parent | 7278ac2b56431724dd4d8afecd8bfb7fc0c72b6e (diff) | |
download | gsoc2013-evolution-56ac1ec642fb0713434132a76186290018569f67.tar.gz gsoc2013-evolution-56ac1ec642fb0713434132a76186290018569f67.tar.zst gsoc2013-evolution-56ac1ec642fb0713434132a76186290018569f67.zip |
Implement.
* e-shell.c (e_shell_prepare_for_quit): Implement.
* Evolution-Component.idl (Component::requestQuit): Make sync
[i.e. just return a boolean instead of using a BonoboListener].
svn path=/trunk/; revision=23639
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, |