Handbook
Glossary
gdk_pixbuf_save_to_streamv_async ( pixbuf stream type option_keys option_values cancellable callback user_data -- )
Vocabulary
gdk-pixbuf
.
ffi
Inputs
pixbuf
an
object
stream
an
object
type
an
object
option_keys
an
object
option_values
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_save_to_streamv_async
( GdkPixbuf* pixbuf, GOutputStream* stream, gchar* type,
gchar** option_keys, gchar** option_values, GCancellable*
cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )