GNOME Bugzilla – Bug 662009
gdk-pixbuf: Add new gdk_pixbuf_get_pixels_with_length method for gi users
Last modified: 2013-08-05 19:21:23 UTC
Created attachment 199220 [details] [review] Patch. See patch.
this should not have landed. the proper fix would be to use GBytes, which at least gives us a way to do proper data refcounting.
We've done this kind of introspection fixup in a number of places; I don't really see anything wrong with it. I don't really want to open up gdk-pixbuf for new api. Not that get_pixels() is super-useful in the first place...