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