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

@ -527,6 +527,8 @@ clutter_group_remove_all (ClutterGroup *self)
* *
* Finds a child actor of a group by its unique ID. Search recurses * 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 * ClutterActor *
clutter_group_find_child_by_id (ClutterGroup *self, 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. * Creates a new, empty #ClutterLabel.
* *
* Return: the newly created #ClutterLabel * Returns: the newly created #ClutterLabel
*/ */
ClutterActor * ClutterActor *
clutter_label_new (void) clutter_label_new (void)