X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstiterator.h;h=3443402f0edb5d6ce1386dd2f6583d01d0558f39;hb=a1d82bec39304f246f6b5bd06c0c7951ca404373;hp=4a8a5a0bc2b92f6cc66a9932a7e14dbe9795ce14;hpb=30a7fd7b4d187dc4209941c52b4430d842f88876;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstiterator.h b/gst/gstiterator.h index 4a8a5a0..3443402 100644 --- a/gst/gstiterator.h +++ b/gst/gstiterator.h @@ -188,6 +188,7 @@ typedef gboolean (*GstIteratorFoldFunction) (const GValue * item, GValue * /** * GstIterator: + * @copy: The function to copy the iterator * @next: The function to get the next item in the iterator * @item: The function to be called for each item retrieved * @resync: The function to call when a resync is needed. @@ -198,6 +199,7 @@ typedef gboolean (*GstIteratorFoldFunction) (const GValue * item, GValue * * @cookie: The cookie; the value of the master_cookie when this iterator was * created. * @master_cookie: A pointer to the master cookie. + * @size: the size of the iterator * * #GstIterator base structure. The values of this structure are * protected for subclasses, use the methods to use the #GstIterator.