Constructor
ClutterScriptnew
Declaration [src]
ClutterScript*
clutter_script_new (
void
)
Description [src]
Creates a new ClutterScript
instance. ClutterScript
can be used to load
objects definitions for scenegraph elements, like actors, or behavioural
elements, like timelines. The definitions must be encoded using the
JavaScript Object Notation (JSON) language.
Available since: | 0.6 |
Return value
Returns: | ClutterScript |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |