Handbook
Glossary
gdk_pixbuf_calculate_rowstride ( colorspace has_alpha bits_per_sample width height -- gint )
Vocabulary
gdk-pixbuf
.
ffi
Inputs
colorspace
an
object
has_alpha
an
object
bits_per_sample
an
object
width
an
object
height
an
object
Outputs
gint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk-pixbuf.ffi
LIBRARY:
gdk-pixbuf
FUNCTION:
gint
gdk_pixbuf_calculate_rowstride
(
GdkColorspace
colorspace,
gboolean
has_alpha,
gint
bits_per_sample,
gint
width,
gint
height )