mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
gstiterator: Add skip annotation for creating GstIterator
Not really useful for bindings
This commit is contained in:
parent
2f069b106e
commit
88095c406e
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ gst_iterator_init (GstIterator * it,
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_iterator_new:
|
||||
* gst_iterator_new: (skip)
|
||||
* @size: the size of the iterator structure
|
||||
* @type: #GType of children
|
||||
* @lock: pointer to a #GMutex.
|
||||
|
@ -219,7 +219,7 @@ gst_list_iterator_free (GstListIterator * it)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_iterator_new_list:
|
||||
* gst_iterator_new_list: (skip)
|
||||
* @type: #GType of elements
|
||||
* @lock: pointer to a #GMutex protecting the list.
|
||||
* @master_cookie: pointer to a guint32 that is incremented when the list
|
||||
|
|
Loading…
Reference in a new issue