diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 1d0b9ab705..3b414e641c 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -104,9 +104,7 @@ GtkWidget * e_shell_get_preferences_window (EShell *shell); void e_shell_event (EShell *shell, const gchar *event_name, gpointer event_data); -gboolean e_shell_is_busy (EShell *shell); -gboolean e_shell_do_quit (EShell *shell); -gboolean e_shell_quit (EShell *shell); +void e_shell_quit (EShell *shell); G_END_DECLS |