diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index ef4bd8d709..bf211f886b 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -141,7 +141,10 @@ void e_shell_go_offline (EShell *shell, void e_shell_go_online (EShell *shell, EShellView *action_view); -void e_shell_send_receive (EShell *shell); +void e_shell_send_receive (EShell *shell); +void e_shell_show_settings (EShell *shell, + const char *type, + EShellView *shell_view); Bonobo_ConfigDatabase e_shell_get_config_db (EShell *shell); EComponentRegistry *e_shell_get_component_registry (EShell *shell); |