ocarina/include
Anna Schumaker 8bf5aefd1a core/playlist: Replace queue_iter with a playlist_iter
The iterator only needs to point to the current position on the GQueue,
so we can do away with manual position tracking.  This lets us use a
GList pointer as an iterator instead of something more complicated.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2017-05-13 08:45:04 -04:00
..
core core/playlist: Replace queue_iter with a playlist_iter 2017-05-13 08:45:04 -04:00
gui core/playlist: Implement playlist_generic_add_front() 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