ocarina/tests/gui/playlists
Anna Schumaker 3286b61dcf core/playlist: Add playlist_generic_{alloc,free}() functions
Artist and library playlists are allocated manually, so there should be
generic functions that both can use to get a playlist pointer and free
it when we're done.

I also add a callback for telling the UI when new playlists have been
allocated.  This isn't needed for Library playlists, but this is the
only way the UI can know about new Artists.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2017-05-13 08:45:04 -04:00
..
.gitignore gui/playlists/system: Split into a new file and add a unit test 2017-04-03 10:33:19 -04:00
CMakeLists.txt gui/playlists/system: Split into a new file and add a unit test 2017-04-03 10:33:19 -04:00
artist.c core/playlist: Add playlist_generic_{alloc,free}() functions 2017-05-13 08:45:04 -04:00
library.c core/playlist: Rename playlist_get() -> playlist_lookup() 2017-04-28 09:40:02 -04:00
system.c core/playlist: Rename playlist_get() -> playlist_lookup() 2017-04-28 09:40:02 -04:00
user.c gui/playlists/user: Add a function for getting a list of playlists 2017-04-03 10:33:19 -04:00