iterator: fix docs for _new_single().

This commit is contained in:
Wim Taymans 2009-08-31 20:38:07 +02:00 committed by Wim Taymans
parent 5dc534c642
commit f90a9a8092

View file

@ -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,