More gtk-doc fixes
authorRoss Burton <ross@openedhand.com>
Thu, 22 Jun 2006 09:24:15 +0000 (09:24 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 22 Jun 2006 09:24:15 +0000 (09:24 +0000)
clutter/clutter-group.c
clutter/clutter-label.c

index a0b6380..5b34034 100644 (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,
index d192199..a0e1376 100644 (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)