More gtk-doc fixes

This commit is contained in:
Ross Burton 2006-06-22 09:24:15 +00:00
parent 110d8b9f2d
commit 1b22637650
2 changed files with 4 additions and 2 deletions

View File

@ -526,7 +526,9 @@ clutter_group_remove_all (ClutterGroup *self)
* @id: A unique #Clutteractor ID
*
* Finds a child actor of a group by its unique ID. Search recurses
* into any child groups.
* into any child groups.
*
* Returns: the #ClutterActor if found, or NULL.
*/
ClutterActor *
clutter_group_find_child_by_id (ClutterGroup *self,

View File

@ -374,7 +374,7 @@ clutter_label_new_with_text (const gchar *font_name,
*
* Creates a new, empty #ClutterLabel.
*
* Return: the newly created #ClutterLabel
* Returns: the newly created #ClutterLabel
*/
ClutterActor *
clutter_label_new (void)