After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 409673 - RBSongInfo should expose selected_entries for multiple case
RBSongInfo should expose selected_entries for multiple case
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Programmatic interfaces
0.9.7
Other Linux
: Normal enhancement
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks: 363694
 
 
Reported: 2007-02-19 17:18 UTC by Ed Catmur
Modified: 2007-08-26 02:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
17RBSongInfo-selected-entries-property.patch (1.94 KB, patch)
2007-02-19 17:45 UTC, Ed Catmur
none Details | Review
17RBSongInfo-selected-entries-property.patch (1.94 KB, patch)
2007-02-20 19:18 UTC, Ed Catmur
none Details | Review
17RBSongInfo-selected-entries-property.patch (1.94 KB, patch)
2007-02-20 20:10 UTC, Ed Catmur
committed Details | Review

Description Ed Catmur 2007-02-19 17:18:25 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.
Comment 1 Ed Catmur 2007-02-19 17:19:02 UTC
I guess we want a GValueArray of RhythmDBEntry?
Comment 2 Ed Catmur 2007-02-19 17:45:44 UTC
Created attachment 82893 [details] [review]
17RBSongInfo-selected-entries-property.patch

Patch.
Comment 3 Ed Catmur 2007-02-20 19:18:37 UTC
Created attachment 82986 [details] [review]
17RBSongInfo-selected-entries-property.patch

Fixed typo.
Comment 4 Ed Catmur 2007-02-20 20:10:08 UTC
Created attachment 82989 [details] [review]
17RBSongInfo-selected-entries-property.patch

Gah.
Comment 5 Jonathan Matthew 2007-08-26 02:53:14 UTC
Committed to svn.  Thanks.