From f90a9a809220cb5c1702532fc62d2eb65650cee5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 31 Aug 2009 20:38:07 +0200 Subject: [PATCH] iterator: fix docs for _new_single(). --- gst/gstiterator.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/gstiterator.c b/gst/gstiterator.c index bbef18586b..bdf5d5ec4f 100644 --- a/gst/gstiterator.c +++ b/gst/gstiterator.c @@ -698,7 +698,7 @@ gst_single_object_iterator_free (GstSingleObjectIterator * it) } /** - * gst_iterator_new: + * gst_iterator_new_single: * @type: #GType of the passed object * @object: object that this iterator should return * @copy: Function that returns a copy of @object or increases its refcount @@ -709,8 +709,9 @@ gst_single_object_iterator_free (GstSingleObjectIterator * it) * a single object has the be considered. This happens often * for the #GstPadIterIntLinkFunction. * - * Since: 0.10.25 + * Returns: the new #GstIterator for @object. * + * Since: 0.10.25 */ GstIterator * gst_iterator_new_single (GType type, gpointer object, GstCopyFunction copy,