mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
More gtk-doc fixes
This commit is contained in:
parent
110d8b9f2d
commit
1b22637650
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user