ocarina/include/gui
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
..
playlists gui/playlists/library: Return a new playlist pointer 2017-04-28 09:40:02 -04:00
artwork.h gui/artwork: Rework importing album art 2017-04-14 13:58:05 -04:00
audio.h gui/audio: Add a test for the volume button 2017-04-14 13:58:05 -04:00
builder.h gui: Add a function for determining the height of widgets 2016-06-30 08:18:11 -04:00
filter.h gui/filter: Add a function for loading a track from a tree path 2016-11-01 08:51:23 -04:00
idle.h gui/idle: Rename widget to "progress_bar" 2016-10-31 07:56:38 -04:00
model.h gui/playlist: Implement playlist_generic_remove() directly 2017-05-13 08:45:04 -04:00
playlist.h core/playlist: Add playlist_callbacks struct 2017-05-13 08:45:04 -04:00
sidebar.h gui/sidebar: Add a gui_sidebar_iter_playlist() function 2017-04-28 09:40:02 -04:00
treeview.h gui/treeview: Add a "select path at pos" function 2017-04-14 13:58:05 -04:00
window.h gui/window: Rename widget to "window" 2016-10-31 07:44:34 -04:00