Handbook
Glossary
clutter_scriptable_set_custom_property ( scriptable script name value -- )
Vocabulary
clutter
.
ffi
Inputs
scriptable
an
object
script
an
object
name
an
object
value
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_scriptable_set_custom_property
( ClutterScriptable* scriptable, ClutterScript* script,
gchar* name, GValue* value )