GNOME Bugzilla – Bug 626025
Gdk.Pixbuf.get_pixels() binding not very usable
Last modified: 2012-01-22 07:54:40 UTC
It is array_length = false and as such, trivial assignment to an owned variable will cause segfault. I suggest making the binding private and writing a wrapper method.
New gdk-pixbuf-2.0 includes a get_pixels_with_length method for this purpose.