mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-sections.txt: Add forgotten ClutterGroup API.
This commit is contained in:
parent
39720f248b
commit
f52e6e9a20
@ -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:
|
||||
|
@ -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
|
||||
|
@ -109,7 +109,7 @@ applies.
|
||||
</para>
|
||||
|
||||
@behave:
|
||||
@num:
|
||||
@index:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user