Handbook
Glossary
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
data
an
object
colorspace
an
object
has_alpha
an
object
bits_per_sample
an
object
width
an
object
height
an
object
rowstride
an
object
destroy_fn
an
object
destroy_fn_data
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.pixbuf.ffi
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 )