diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 70f5c203d1..44f7f72034 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -94,9 +94,11 @@ GtkType e_shell_get_type (void); EShellConstructResult e_shell_construct (EShell *shell, const char *iid, const char *local_directory, - gboolean show_splash); + gboolean show_splash, + gboolean start_online); EShell *e_shell_new (const char *local_directory, gboolean show_splash, + gboolean start_online, EShellConstructResult *construct_result_return); EShellView *e_shell_create_view (EShell *shell, |