Method
ClutterScriptableset_id
Declaration [src]
void
clutter_scriptable_set_id (
ClutterScriptable* scriptable,
const gchar* id_
)
Description [src]
Sets id_
as the unique Clutter script it for this instance of
ClutterScriptableIface
.
This name can be used by user interface designer applications to
define a unique name for an object constructable using the UI
definition language parsed by ClutterScript
.