Handbook
Glossary
gdk_pixbuf_new_from_file_at_size ( filename width height error -- GdkPixbuf* )
Vocabulary
gdk-pixbuf
.
ffi
Inputs
filename
an
object
width
an
object
height
an
object
error
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gdk-pixbuf.ffi
LIBRARY:
gdk-pixbuf
FUNCTION:
GdkPixbuf*
gdk_pixbuf_new_from_file_at_size
( char* filename,
gint
width,
gint
height, GError* error )