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

* clutter/clutter-group.h: Add public functions
	clutter_group_get_n_children() and clutter_group_get_nth_child().

	* clutter/clutter-behaviour.h:
	* clutter/clutter-behaviour.c: Fix header alignment; fix argument
	name for apidoc.
This commit is contained in:
Emmanuele Bassi
2007-01-18 12:33:15 +00:00
parent bf688bbbeb
commit 39720f248b
6 changed files with 25 additions and 17 deletions

View File

@ -253,7 +253,7 @@ clutter_group_get_children (ClutterGroup *self)
}
/**
* clutter_group_get_nth_child:
* clutter_group_get_n_children:
* @self: A #ClutterGroup
*
* Gets the number of actors held in the group.