Handbook
Glossary
g_async_initable_new_valist_async ( object_type first_property_name var_args io_priority cancellable callback user_data -- )
Vocabulary
gio
.
ffi
Inputs
object_type
an
object
first_property_name
an
object
var_args
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
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_async_initable_new_valist_async
(
GType
object_type, gchar* first_property_name,
va_list
var_args,
gint
io_priority, GCancellable* cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )