Handbook
Glossary
g_initable_new_valist ( object_type first_property_name var_args cancellable error -- GObject* )
Vocabulary
gio
.
ffi
Inputs
object_type
an
object
first_property_name
an
object
var_args
an
object
cancellable
an
object
error
an
object
Outputs
GObject*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
gobject.ffi
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GObject*
g_initable_new_valist
(
GType
object_type, gchar* first_property_name,
va_list
var_args, GCancellable* cancellable, GError* error )