mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -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>
|
2007-01-18 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter-docs.sgml:
|
* clutter-docs.sgml:
|
||||||
|
@ -148,6 +148,8 @@ ClutterGroup
|
|||||||
ClutterGroupClass
|
ClutterGroupClass
|
||||||
clutter_group_new
|
clutter_group_new
|
||||||
clutter_group_get_children
|
clutter_group_get_children
|
||||||
|
clutter_group_get_n_children
|
||||||
|
clutter_group_get_nth_child
|
||||||
clutter_group_foreach
|
clutter_group_foreach
|
||||||
clutter_group_add
|
clutter_group_add
|
||||||
clutter_group_add_many_valist
|
clutter_group_add_many_valist
|
||||||
|
@ -109,7 +109,7 @@ applies.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@behave:
|
@behave:
|
||||||
@num:
|
@index:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@ -62,6 +62,25 @@ The #ClutterActor @arg1 was removed from the group.
|
|||||||
@Returns:
|
@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 ##### -->
|
<!-- ##### FUNCTION clutter_group_foreach ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user