7aa52af5dd
* clutter/json/json-parser.c: Use the commodity JsonNode API and accept bare values as root nodes. * clutter/clutter-script-private.h: * clutter/clutter-script.c: Unreference the created objects only if they are top-levels, like ClutterBehaviour and ClutterTimelines. Actors have floating references, so we just transfer ownership to their containers, and the stage is owned by the backend. Add the "type_func" key to the object definition, so the user can supply its own GType function if the class name doesn't follow the GObject rules. Document the ClutterScript public API. |
||
---|---|---|
.. | ||
json-array.c | ||
json-generator.c | ||
json-generator.h | ||
json-glib.h | ||
json-marshal.c | ||
json-marshal.h | ||
json-node.c | ||
json-object.c | ||
json-parser.c | ||
json-parser.h | ||
json-types.h | ||
Makefile.am |