Handbook
Glossary
g_async_initable_newv_async ( object_type n_parameters parameters io_priority cancellable callback user_data -- )
Vocabulary
gio
.
ffi
Inputs
object_type
an
object
n_parameters
an
object
parameters
an
object
io_priority
an
object
cancellable
an
object
callback
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_async_initable_newv_async
(
GType
object_type,
guint
n_parameters, GParameter*
parameters,
gint
io_priority, GCancellable* cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )