Handbook
Glossary
g_object_new_with_properties ( object_type n_properties names values -- GObject* )
Vocabulary
gobject
.
ffi
Inputs
object_type
an
object
n_properties
an
object
names
an
object
values
an
object
Outputs
GObject*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GObject*
g_object_new_with_properties
(
GType
object_type,
guint
n_properties, gchar** names,
GValue** values )