summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-18 21:06:03 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-18 21:06:03 +0100
commitce61239ec9771efb95790bbbb349ecfdf21f1ac9 (patch)
tree25f898a6502bb74ae8cac6825403fa92a9010d8e /plugins/gtkui/actionhandlers.h
parentc07825fe34a7c935372961725f46a3288de8ee85 (diff)
gtkui: added track properties hotkey impl
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 03af45d2..cd4808c7 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -108,4 +108,10 @@ action_delete_from_disk_handler_cb (void *data);
int
action_delete_from_disk_handler (DB_plugin_action_t *act, int ctx);
+gboolean
+action_show_track_properties_handler_cb (void *data);
+
+int
+action_show_track_properties_handler (DB_plugin_action_t *act, int ctx);
+
#endif