diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-26 23:25:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-26 23:28:31 +0800 |
commit | aa3152a2ec7b38232d71b32d085958e899cdc7c5 (patch) | |
tree | de50f0dd73d001b5a05724a80b6342be2be7d12e /shell/e-shell.h | |
parent | 00e1de6f7d333da5177548cc45be669b1e4e2195 (diff) | |
download | gsoc2013-evolution-aa3152a2ec7b38232d71b32d085958e899cdc7c5.tar gsoc2013-evolution-aa3152a2ec7b38232d71b32d085958e899cdc7c5.tar.gz gsoc2013-evolution-aa3152a2ec7b38232d71b32d085958e899cdc7c5.tar.bz2 gsoc2013-evolution-aa3152a2ec7b38232d71b32d085958e899cdc7c5.tar.lz gsoc2013-evolution-aa3152a2ec7b38232d71b32d085958e899cdc7c5.tar.xz gsoc2013-evolution-aa3152a2ec7b38232d71b32d085958e899cdc7c5.tar.zst gsoc2013-evolution-aa3152a2ec7b38232d71b32d085958e899cdc7c5.zip |
Add a --quit command-line option.
This -asks- an existing Evolution process to quit. It is equivalent to
selecting File->Quit in the main window. It does not kill the process.
My plan is to use this as part of a new --force-shutdown implementation.
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 468cc3a6f1..94821bb2b8 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -106,7 +106,7 @@ GtkWidget * e_shell_get_preferences_window (EShell *shell); void e_shell_event (EShell *shell, const gchar *event_name, gpointer event_data); -void e_shell_quit (EShell *shell); +gboolean e_shell_quit (EShell *shell); void e_shell_cancel_quit (EShell *shell); G_END_DECLS |