diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-19 00:18:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-19 00:18:42 +0800 |
commit | 4187293731274274e4283d9039f6e30c95578118 (patch) | |
tree | ab8ce6e6bc9316846097b827157e0f664cf57634 /shell/e-shell-window.h | |
parent | 28b28bf057056d2aa28458b322319bf679608ae5 (diff) | |
download | gsoc2013-evolution-4187293731274274e4283d9039f6e30c95578118.tar.gz gsoc2013-evolution-4187293731274274e4283d9039f6e30c95578118.tar.zst gsoc2013-evolution-4187293731274274e4283d9039f6e30c95578118.zip |
Merge revisions 35993:36015 from trunk.
Adapt recent "crash recovery" changes to new architecture.
svn path=/branches/kill-bonobo/; revision=36018
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 |