GNOME Bugzilla – Bug 409673
RBSongInfo should expose selected_entries for multiple case
Last modified: 2007-08-26 02:53:14 UTC
When RBSongInfo is for multiple entries, there is no way to access the GList priv->selected_entries. This will probably become useful at some point for album art support, since the 1-1 relationship between albums and artwork isn't perfect.
I guess we want a GValueArray of RhythmDBEntry?
Created attachment 82893 [details] [review] 17RBSongInfo-selected-entries-property.patch Patch.
Created attachment 82986 [details] [review] 17RBSongInfo-selected-entries-property.patch Fixed typo.
Created attachment 82989 [details] [review] 17RBSongInfo-selected-entries-property.patch Gah.
Committed to svn. Thanks.