Home
last modified time | relevance | path

Searched refs:action_show_track_properties_handler (Results 1 – 4 of 4) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dactionhandlers.h112 action_show_track_properties_handler (DB_plugin_action_t *act, int ctx);
H A Dactionhandlers.c651 action_show_track_properties_handler (DB_plugin_action_t *act, int ctx) { in action_show_track_properties_handler() function
H A Dgtkui.c1383 .callback2 = action_show_track_properties_handler,
H A Dplcommon.c558 action_show_track_properties_handler (NULL, DDB_ACTION_CTX_SELECTION); in main_properties_activate()