Converts a gdkpixbuf.Pixdata to a gdk.Pixbuf If copy_pixels is TRUE or if the pixel data is run-length-encoded, the pixel data is copied into newly-allocated memory; otherwise it is reused.
a gdkpixbuf.Pixdata to convert into a gdk.Pixbuf
whether to copy raw pixel data; run-length encoded pixel data is always copied.
a new gdk.Pixbuf
Deprecated: Use gio.Resource instead.
GException on failure.
Converts a gdkpixbuf.Pixdata to a gdk.Pixbuf If copy_pixels is TRUE or if the pixel data is run-length-encoded, the pixel data is copied into newly-allocated memory; otherwise it is reused.