aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-shortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-shortcut.h')
-rw-r--r--shell/e-shell-shortcut.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/e-shell-shortcut.h b/shell/e-shell-shortcut.h
new file mode 100644
index 0000000000..2f526be6ab
--- /dev/null
+++ b/shell/e-shell-shortcut.h
@@ -0,0 +1,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 */