diff options
Diffstat (limited to 'shell/e-shortcuts-view.h')
-rw-r--r-- | shell/e-shortcuts-view.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/e-shortcuts-view.h b/shell/e-shortcuts-view.h index 8f6f8cb0af..0acb7efdce 100644 --- a/shell/e-shortcuts-view.h +++ b/shell/e-shortcuts-view.h @@ -58,9 +58,11 @@ struct _EShortcutsView { struct _EShortcutsViewClass { EShortcutBarClass parent_class; - void (* activate_shortcut) (EShortcutsView *view, - EShortcuts *shortcuts, - const char *uri); + void (* activate_shortcut) (EShortcutsView *view, + EShortcuts *shortcuts, + const char *uri); + + void (* hide_requested) (EShortcutsView *view); }; |