Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dactionhandlers.h103 action_remove_from_playlist_handler (DB_plugin_action_t *act, int ctx);
H A Dactionhandlers.c488 action_remove_from_playlist_handler (DB_plugin_action_t *act, int ctx) { in action_remove_from_playlist_handler() function
H A Dgtkui.c1537 .callback2 = action_remove_from_playlist_handler,
H A Dplcommon.c574 action_remove_from_playlist_handler (NULL, DDB_ACTION_CTX_SELECTION); in on_remove1_activate()