GNOME Bugzilla – Bug 657926
add per-source icon
Last modified: 2014-01-16 20:15:15 UTC
I'm writing a rhythmbox plugin using grilo, and I'd like to have icons to display next to each grilo source in the source list. For most sources this would be the site logo, and for upnp, the url returned by gupnp_device_info_get_icon_url would work. All I'd really expect grilo to do here would be to provide access to the url.
*** Bug 487973 has been marked as a duplicate of this bug. ***
This would also be nice to have in Totem.
Created attachment 264576 [details] [review] core: Add Icon property to GrlSource
Created attachment 264582 [details] [review] core: Add Icon property to GrlSource
I've slightly changed the commit to include the new method in the documentation. commit c8423dac910f41670754b0c18041854bcd64551d Author: Bastien Nocera <hadess@hadess.net> Date: Thu Dec 19 22:44:09 2013 +0100 core: Add Icon property to GrlSource https://bugzilla.gnome.org/show_bug.cgi?id=657926 Signed-off-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> doc/grilo/grilo-sections.txt | 1 + src/grl-source.c | 40 ++++++++++++++++++++++++++++++++++++++++ src/grl-source.h | 3 +++ 3 files changed, 44 insertions(+)