GNOME Bugzilla – Bug 698761
remoteSearch: support serialized GIcons
Last modified: 2013-04-24 19:55:34 UTC
See attached patch
Created attachment 242340 [details] [review] remoteSearch: support serialized GIcons Since [1], GIO supports generic serialization and deserialization of a GIcon into a GVariant. This is also implemented by GdkPixbuf and could be used instead of our homegrown code for it. This commit adds support to another 'icon' key in the metas dictionary returned by applications for it. The previous 'gicon' and 'icon-data' keys are still parsed and supported as before, but are now deprecated. [1] https://git.gnome.org/browse/glib/commit/?id=c16f914b40c749b938490a4e10a3c54ec1855c42
Review of attachment 242340 [details] [review]: OK.
Attachment 242340 [details] pushed as 17df668 - remoteSearch: support serialized GIcons