* clutter/clutter-group.c:

Fix gtk-doc problems.
This commit is contained in:
Ross Burton
2006-06-22 09:19:32 +00:00
parent 70b0ee6c1e
commit 110d8b9f2d
2 changed files with 3 additions and 2 deletions

View File

@ -414,8 +414,8 @@ clutter_group_add (ClutterGroup *self,
}
/**
* clutter_group_add_manyv:
* @self: a #ClutterGroup
* clutter_group_add_many_valist:
* @group: a #ClutterGroup
* @first_actor: the #ClutterActor actor to add to the group
* @args: the actors to be added
*