Function
GdkPixdata.pixbuf_from_pixdata
Declaration [src]
GdkPixbuf*
gdk_pixbuf_from_pixdata (
  const GdkPixdata* pixdata,
  gboolean copy_pixels,
  GError** error
)
Description [src]
Converts a GdkPixdata to a GdkPixbuf.
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.
| Deprecated since: | 2.32 | 
| Use  | |
Parameters
| pixdata | GdkPixdata | 
| a  | |
| Ownership is not transferred to the callee | |
| copy_pixels | gboolean | 
| whether to copy raw pixel data; run-length encoded pixel data is always copied. |