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