Home
last modified time | relevance | path

Searched refs:playqueue_remove (Results 1 – 10 of 10) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplayqueue.h43 playqueue_remove (playItem_t *it);
H A Dplayqueue.c90 playqueue_remove (playItem_t *it) { in playqueue_remove() function
H A Dplugins.c294 .pl_playqueue_remove = (void (*) (DB_playItem_t *))playqueue_remove,
436 .playqueue_remove = (void (*) (DB_playItem_t *))playqueue_remove,
H A Ddeadbeef.h1167 void (*playqueue_remove) (DB_playItem_t *it); member
H A Dplaylist.c1620 playqueue_remove (it); in plt_remove_item()
/dports/multimedia/audacious/audacious-4.1/src/audtool/
H A Dhandlers_playqueue.c32 void playqueue_remove (int argc, char * * argv) in playqueue_remove() function
H A Daudtool.h103 void playqueue_remove (int, char * *);
H A Dmain.c108 {"playqueue-remove", playqueue_remove, "remove given song from queue", 1},
/dports/multimedia/audacious/audacious-4.1/src/audacious/
H A Ddbus-server.cc525 FINISH(playqueue_remove); in do_playqueue_remove()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dplcommon.c506 deadbeef->playqueue_remove (it); in main_remove_from_playback_queue_activate()