diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 183028948c..7bee6b9fff 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -103,6 +103,8 @@ EShellLineStatus void e_shell_set_line_status (EShell *shell, EShellLineStatus status); GtkWidget * e_shell_get_preferences_window (void); +void e_shell_event (EShell *shell, + const gchar *event_name); gboolean e_shell_is_busy (EShell *shell); gboolean e_shell_do_quit (EShell *shell); gboolean e_shell_quit (EShell *shell); |