gdk_pixbuf_new_from_data ( data colorspace has_alpha bits_per_sample width height rowstride destroy_fn destroy_fn_data -- GdkPixbuf* )


Vocabulary
gdk2.pixbuf.ffi

Inputs
dataan object
colorspacean object
has_alphaan object
bits_per_samplean object
widthan object
heightan object
rowstridean object
destroy_fnan object
destroy_fn_dataan object


Outputs
GdkPixbuf*an object


Definition


LIBRARY: gdk.pixbuf FUNCTION: GdkPixbuf*
gdk_pixbuf_new_from_data
( guint8* data, GdkColorspace colorspace, gboolean
has_alpha, int bits_per_sample, int width, int height, int
rowstride, GdkPixbufDestroyNotify destroy_fn, gpointer
destroy_fn_data )