mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
iterator: fix docs for _new_single().
This commit is contained in:
parent
5dc534c642
commit
f90a9a8092
1 changed files with 3 additions and 2 deletions
|
@ -698,7 +698,7 @@ gst_single_object_iterator_free (GstSingleObjectIterator * it)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_iterator_new:
|
* gst_iterator_new_single:
|
||||||
* @type: #GType of the passed object
|
* @type: #GType of the passed object
|
||||||
* @object: object that this iterator should return
|
* @object: object that this iterator should return
|
||||||
* @copy: Function that returns a copy of @object or increases its refcount
|
* @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
|
* a single object has the be considered. This happens often
|
||||||
* for the #GstPadIterIntLinkFunction.
|
* for the #GstPadIterIntLinkFunction.
|
||||||
*
|
*
|
||||||
* Since: 0.10.25
|
* Returns: the new #GstIterator for @object.
|
||||||
*
|
*
|
||||||
|
* Since: 0.10.25
|
||||||
*/
|
*/
|
||||||
GstIterator *
|
GstIterator *
|
||||||
gst_iterator_new_single (GType type, gpointer object, GstCopyFunction copy,
|
gst_iterator_new_single (GType type, gpointer object, GstCopyFunction copy,
|
||||||
|
|
Loading…
Reference in a new issue