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