summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-18 22:14:05 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-18 22:14:05 +0100
commitdaad4ed47ad2a21b46d19829c8627eeaf24fe82a (patch)
tree43f442d324a53e42b1010a1f6329c5c494d7452b /plugins/gtkui/actionhandlers.h
parentfba6212130c703cd43312ef8c7127989b38474d0 (diff)
gtkuiL: hotkeys WIP
Diffstat (limited to 'plugins/gtkui/actionhandlers.h')
-rw-r--r--plugins/gtkui/actionhandlers.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/gtkui/actionhandlers.h b/plugins/gtkui/actionhandlers.h
index cd4808c7..fbe2b5ca 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -114,4 +114,34 @@ action_show_track_properties_handler_cb (void *data);
int
action_show_track_properties_handler (DB_plugin_action_t *act, int ctx);
+gboolean
+action_find_handler_cb (void *data);
+
+int
+action_find_handler (DB_plugin_action_t *act, int ctx);
+
+gboolean
+action_scroll_follows_playback_handler_cb (void *data);
+
+int
+action_scroll_follows_playback_handler (DB_plugin_action_t *act, int ctx);
+
+gboolean
+action_cursor_follows_playback_handler_cb (void *data);
+
+int
+action_cursor_follows_playback_handler (DB_plugin_action_t *act, int ctx);
+
+gboolean
+action_load_playlist_handler_cb (void *data);
+
+int
+action_load_playlist_handler (DB_plugin_action_t *act, int ctx);
+
+gboolean
+action_save_playlist_handler_cb (void *data);
+
+int
+action_save_playlist_handler (DB_plugin_action_t *act, int ctx);
+
#endif