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.
28 lines
702 B
Plaintext
28 lines
702 B
Plaintext
#include <clutter/clutter.h>
|
|
|
|
clutter_actor_get_type
|
|
clutter_group_get_type
|
|
clutter_stage_get_type
|
|
clutter_rectangle_get_type
|
|
clutter_texture_get_type
|
|
clutter_clone_texture_get_type
|
|
clutter_label_get_type
|
|
clutter_layout_get_type
|
|
clutter_timeline_get_type
|
|
clutter_media_get_type
|
|
clutter_behaviour_get_type
|
|
clutter_alpha_get_type
|
|
clutter_behaviour_bspline_get_type
|
|
clutter_behaviour_depth_get_type
|
|
clutter_behaviour_ellipse_get_type
|
|
clutter_behaviour_opacity_get_type
|
|
clutter_behaviour_path_get_type
|
|
clutter_behaviour_rotate_get_type
|
|
clutter_behaviour_scale_get_type
|
|
clutter_backend_get_type
|
|
clutter_entry_get_type
|
|
clutter_box_get_type
|
|
clutter_hbox_get_type
|
|
clutter_vbox_get_type
|
|
clutter_script_get_type
|