ocarina/include
Anna Schumaker a45c7d6889 gui/playlist: Implement playlist_generic_remove() directly
Rather than iterating over the entire playlist ourselves, we can instead
use the g_queue_remove_all() function to do most of the work for us and
then send an appropriate number of "removed" callbacks.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2017-05-13 08:45:04 -04:00
..
core gui/playlist: Implement playlist_generic_remove() directly 2017-05-13 08:45:04 -04:00
gui gui/playlist: Implement playlist_generic_remove() directly 2017-05-13 08:45:04 -04:00
tests tests/gui: Add a generic way to run a main loop 2016-10-31 07:55:23 -04:00