summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-23 23:18:37 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-23 23:18:37 +0100
commitee555c9630cbc96107c7ed659be799042b2412a8 (patch)
tree807c6dc748382dace226f34219d6851c3b106af5 /plugins/gtkui/actionhandlers.h
parent8290c8efd930711e087f273ffeaa436921476c4e (diff)
gtkui: toggle statusbar hotkey
Diffstat (limited to 'plugins/gtkui/actionhandlers.h')
-rw-r--r--plugins/gtkui/actionhandlers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/gtkui/actionhandlers.h b/plugins/gtkui/actionhandlers.h
index 5ed9520a..3973a4b1 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -150,4 +150,10 @@ action_toggle_menu_handler_cb (void *data);
int
action_toggle_menu_handler (DB_plugin_action_t *act, int ctx);
+gboolean
+action_toggle_statusbar_handler_cb (void *data);
+
+int
+action_toggle_statusbar_handler (DB_plugin_action_t *act, int ctx);
+
#endif