Handbook
Glossary
gdk_pixbuf_scale_simple ( pixbuf dest_width dest_height interp_type -- GdkPixbuf* )
Vocabulary
gdk2
.
pixbuf
.
ffi
Inputs
pixbuf
an
object
dest_width
an
object
dest_height
an
object
interp_type
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.pixbuf.ffi
LIBRARY:
gdk.pixbuf
FUNCTION:
GdkPixbuf*
gdk_pixbuf_scale_simple
( GdkPixbuf* pixbuf,
gint
dest_width,
gint
dest_height,
GdkInterpType
interp_type )