Handbook
Glossary
gdk_pixbuf_new_from_stream_at_scale_async ( stream width height preserve_aspect_ratio cancellable callback user_data -- )
Vocabulary
gdk-pixbuf
.
ffi
Inputs
stream
an
object
width
an
object
height
an
object
preserve_aspect_ratio
an
object
cancellable
an
object
callback
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gio.ffi
gobject-introspection.standard-types
;
IN:
gdk-pixbuf.ffi
LIBRARY:
gdk-pixbuf
FUNCTION:
void
gdk_pixbuf_new_from_stream_at_scale_async
( GInputStream* stream,
gint
width,
gint
height,
gboolean
preserve_aspect_ratio, GCancellable* cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )