Handbook
Glossary
gdk_pixbuf_new_from_stream_at_scale ( stream width height preserve_aspect_ratio cancellable error -- GdkPixbuf* )
Vocabulary
gdk2
.
pixbuf
.
ffi
Inputs
stream
an
object
width
an
object
height
an
object
preserve_aspect_ratio
an
object
cancellable
an
object
error
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
gio.ffi
glib.ffi
gobject-introspection.standard-types
;
IN:
gdk2.pixbuf.ffi
LIBRARY:
gdk.pixbuf
FUNCTION:
GdkPixbuf*
gdk_pixbuf_new_from_stream_at_scale
( GInputStream* stream,
gint
width,
gint
height,
gboolean
preserve_aspect_ratio, GCancellable* cancellable, GError*
error )