summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-23 23:44:26 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-23 23:44:26 +0100
commit70ab97a092fb3f8f98f63230c21a7475d93364fa (patch)
treef91756b7b1ee959530b23be197d084cbc028a709 /plugins/gtkui/actionhandlers.h
parent6e791c9fb449c0da4f8606db1cc5a477ad5742ec (diff)
gtkui: added toggle/show/hide eq hotkeys
Diffstat (limited to 'plugins/gtkui/actionhandlers.h')
-rw-r--r--plugins/gtkui/actionhandlers.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/gtkui/actionhandlers.h b/plugins/gtkui/actionhandlers.h
index e649c1cd..08e19df5 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -177,4 +177,13 @@ action_sort_custom_handler (DB_plugin_action_t *act, int ctx);
int
action_crop_selected_handler (DB_plugin_action_t *act, int ctx);
+int
+action_toggle_eq_handler (DB_plugin_action_t *act, int ctx);
+
+int
+action_show_eq_handler(DB_plugin_action_t *act, int ctx);
+
+int
+action_hide_eq_handler(DB_plugin_action_t *act, int ctx);
+
#endif