Method
ClutterScriptableset_custom_property
Declaration [src]
void
clutter_scriptable_set_custom_property (
ClutterScriptable* scriptable,
ClutterScript* script,
const gchar* name,
const GValue* value
)
Description [src]
Overrides the common properties setting. The underlying virtual function should be used when implementing custom properties.
Parameters
script-
Type:
ClutterScriptThe
ClutterScriptcreating the scriptable instance.The data is owned by the caller of the method. name-
Type:
const gchar*The name of the property.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value-
Type:
GValueThe value of the property.
The data is owned by the caller of the method.