2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>

* clutter-sections.txt: Add forgotten ClutterGroup API.
This commit is contained in:
Emmanuele Bassi 2007-01-18 12:36:43 +00:00
parent 39720f248b
commit f52e6e9a20
4 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-sections.txt: Add forgotten ClutterGroup API.
2007-01-18 Matthew Allum <mallum@openedhand.com>
* clutter-docs.sgml:

View File

@ -148,6 +148,8 @@ ClutterGroup
ClutterGroupClass
clutter_group_new
clutter_group_get_children
clutter_group_get_n_children
clutter_group_get_nth_child
clutter_group_foreach
clutter_group_add
clutter_group_add_many_valist

View File

@ -109,7 +109,7 @@ applies.
</para>
@behave:
@num:
@index:
@Returns:

View File

@ -62,6 +62,25 @@ The #ClutterActor @arg1 was removed from the group.
@Returns:
<!-- ##### FUNCTION clutter_group_get_n_children ##### -->
<para>
</para>
@self:
@Returns:
<!-- ##### FUNCTION clutter_group_get_nth_child ##### -->
<para>
</para>
@self:
@index:
@Returns:
<!-- ##### FUNCTION clutter_group_foreach ##### -->
<para>