From: Edward Hervey Date: Wed, 19 Oct 2011 09:59:29 +0000 (+0200) Subject: gstiterator: Add skip annotation for creating GstIterator X-Git-Tag: RELEASE-0.11.2~592 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88095c406e4e197639d4de9967745053b57c93c3;p=platform%2Fupstream%2Fgstreamer.git gstiterator: Add skip annotation for creating GstIterator Not really useful for bindings --- diff --git a/gst/gstiterator.c b/gst/gstiterator.c index 56675b4..6940349 100644 --- a/gst/gstiterator.c +++ b/gst/gstiterator.c @@ -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