From aa3152a2ec7b38232d71b32d085958e899cdc7c5 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 26 Nov 2009 10:25:08 -0500 Subject: 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. --- shell/e-shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell.h') 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 -- cgit