summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-24 13:30:22 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-24 13:30:22 +0100
commit5bfdd5e0c4021ff0dd3f5670bce335465350c3b3 (patch)
tree02d41e3cd653edce6f8eb45903d88d283c52407b /plugins/gtkui/actionhandlers.h
parent7bcde9ee91093fc791a246e3dd06bb2d4f499911 (diff)
gtkui: added loopmode 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 08e19df5..18b15171 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -186,4 +186,13 @@ action_show_eq_handler(DB_plugin_action_t *act, int ctx);
int
action_hide_eq_handler(DB_plugin_action_t *act, int ctx);
+int
+action_playback_loop_off_handler(DB_plugin_action_t *act, int ctx);
+
+int
+action_playback_loop_single_handler(DB_plugin_action_t *act, int ctx);
+
+int
+action_playback_loop_all_handler(DB_plugin_action_t *act, int ctx);
+
#endif