Handbook
Glossary
gdk_pixbuf_loader_set_size ( pixbuf_loader width height -- )
Vocabulary
gdk2
.
pixbuf
.
ffi
Inputs
pixbuf_loader
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.pixbuf.ffi
LIBRARY:
gdk.pixbuf
FUNCTION:
void
gdk_pixbuf_loader_set_size
( GdkPixbufLoader* pixbuf_loader,
gint
width,
gint
height )