diff options
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r-- | shell/e-shell-window.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index c423a43c92..e7b0d9da8d 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -59,7 +59,7 @@ struct _EShellWindowClass { }; GType e_shell_window_get_type (void); -GtkWidget * e_shell_window_new (void); +GtkWidget * e_shell_window_new (gboolean safe_mode); GtkUIManager * e_shell_window_get_ui_manager (EShellWindow *window); GtkAction * e_shell_window_get_action (EShellWindow *window, const gchar *action_name); @@ -68,6 +68,9 @@ GtkActionGroup *e_shell_window_get_action_group (EShellWindow *window, GtkWidget * e_shell_window_get_managed_widget (EShellWindow *window, const gchar *widget_path); +gboolean e_shell_window_get_safe_mode (EShellWindow *window); +void e_shell_window_set_safe_mode (EShellWindow *window, + gboolean safe_mode); G_END_DECLS |