summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-24 13:35:37 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-24 13:35:37 +0100
commit96fe746b8aadf6a6c22fe4d83ae4d1652e07473c (patch)
tree0a4a63649d73ebaff0d66ddad5ddb17790ba078a /plugins/gtkui/actionhandlers.h
parent5bfdd5e0c4021ff0dd3f5670bce335465350c3b3 (diff)
gtkui: added playorder hotkeys
Diffstat (limited to 'plugins/gtkui/actionhandlers.h')
-rw-r--r--plugins/gtkui/actionhandlers.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/gtkui/actionhandlers.h b/plugins/gtkui/actionhandlers.h
index 18b15171..3b5e7027 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -195,4 +195,16 @@ 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);
+int
+action_playback_order_random_handler(DB_plugin_action_t *act, int ctx);
+
+int
+action_playback_order_shuffle_albums_handler(DB_plugin_action_t *act, int ctx);
+
+int
+action_playback_order_shuffle_handler(DB_plugin_action_t *act, int ctx);
+
+int
+action_playback_order_linear_handler(DB_plugin_action_t *act, int ctx);
+
#endif