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