Handbook
Glossary
gdk_pixbuf_new_from_bytes ( data colorspace has_alpha bits_per_sample width height rowstride -- GdkPixbuf* )
Vocabulary
gdk-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
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gdk-pixbuf.ffi
LIBRARY:
gdk-pixbuf
FUNCTION:
GdkPixbuf*
gdk_pixbuf_new_from_bytes
( GBytes* data,
GdkColorspace
colorspace,
gboolean
has_alpha,
gint
bits_per_sample,
gint
width,
gint
height,
gint
rowstride )