2007-12-21 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-group.c:
	* clutter/clutter-group.h: Add the clutter_group_add() convenience
	function; it's now "undeprecated" and implemented as a macro

	* clutter/clutter-stage.h: Add clutter_stage_add() as a convenience
	macro

	* clutter/cogl/cogl.h: Include just the needed headers instead
	of the whole clutter.h; this avoids rebuild cogl when not needed
This commit is contained in:
Emmanuele Bassi
2007-12-21 16:04:39 +00:00
parent ee4bcf6465
commit e3ebfdb14b
7 changed files with 50 additions and 30 deletions

View File

@ -1,3 +1,9 @@
2007-12-21 Emmanuele Bassi,,, <ebassi@sprite>
reviewed by: <delete if not using a buddy>
* clutter-sections.txt:
2007-12-21 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-sections.txt: Add clutter_texture_set_area_from_rgb_data()

View File

@ -195,7 +195,6 @@ clutter_clone_texture_get_type
ClutterGroup
ClutterGroupClass
clutter_group_new
clutter_group_add
clutter_group_add_many
clutter_group_add_many_valist
clutter_group_remove
@ -215,6 +214,7 @@ CLUTTER_GROUP_GET_CLASS
<SUBSECTION Private>
ClutterGroupPrivate
clutter_group_get_type
clutter_group_add
</SECTION>
<SECTION>
@ -506,6 +506,7 @@ ClutterStagePrivate
clutter_stage_get_type
clutter_perspective_get_type
clutter_fog_get_type
clutter_stage_add
</SECTION>
<SECTION>