* 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

@ -4,6 +4,7 @@
* clutter/clutter-video-texture.c: * clutter/clutter-video-texture.c:
* clutter/clutter-texture.c: * clutter/clutter-texture.c:
* clutter/clutter-timeline.c: * clutter/clutter-timeline.c:
* clutter/clutter-group.c:
Fix gtk-doc problems. Fix gtk-doc problems.
2006-06-22 Iain Holmes <iain@openedhand.com> 2006-06-22 Iain Holmes <iain@openedhand.com>

View File

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