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