mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -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()
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user