aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-switcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-switcher.h')
-rw-r--r--shell/e-shell-switcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-switcher.h b/shell/e-shell-switcher.h
index 1cc644595b..dd3eddf970 100644
--- a/shell/e-shell-switcher.h
+++ b/shell/e-shell-switcher.h
@@ -78,7 +78,8 @@ struct _EShellSwitcherClass {
GType e_shell_switcher_get_type (void);
GtkWidget * e_shell_switcher_new (void);
void e_shell_switcher_add_action (EShellSwitcher *switcher,
- GtkAction *action);
+ GtkAction *switch_action,
+ GtkAction *new_window_action);
GtkToolbarStyle e_shell_switcher_get_style (EShellSwitcher *switcher);
void e_shell_switcher_set_style (EShellSwitcher *switcher,
GtkToolbarStyle style);