aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-shortcut.h
blob: 2f526be6ab6ab3906daffe24bdb65a3c54836e8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef E_SHELL_SHORTCUT_H
#define E_SHELL_SHORTCUT_H

#include "e-shell-view.h"


void shortcut_bar_item_selected (EShortcutBar *shortcut_bar,
                 GdkEvent *event, gint group_num, gint item_num,
                 EShellView *eshell_view);

#endif /* E_SHELL_SHORTCUT_H */