introspection: add missing introspection data from Vala bindings

https://bugzilla.gnome.org/show_bug.cgi?id=655387
This commit is contained in:
Evan Nemerson
2011-07-27 00:14:10 -07:00
committed by Emmanuele Bassi
parent fe66575a2c
commit a6bd11ac62
10 changed files with 20 additions and 15 deletions

View File

@ -490,7 +490,8 @@ clutter_container_foreach_with_internals (ClutterContainer *container,
* clutter_container_raise_child:
* @container: a #ClutterContainer
* @actor: the actor to raise
* @sibling: the sibling to raise to, or %NULL to raise to the top
* @sibling: (allow-none): the sibling to raise to, or %NULL to raise
* to the top
*
* Raises @actor to @sibling level, in the depth ordering.
*
@ -545,7 +546,8 @@ clutter_container_raise_child (ClutterContainer *container,
* clutter_container_lower_child:
* @container: a #ClutterContainer
* @actor: the actor to raise
* @sibling: the sibling to lower to, or %NULL to lower to the bottom
* @sibling: (allow-none): the sibling to lower to, or %NULL to lower
* to the bottom
*
* Lowers @actor to @sibling level, in the depth ordering.
*