iterator: Fix gst_iterator_next() element annotation

This commit is contained in:
Peteris Krisjanis 2011-08-12 12:45:01 +03:00 committed by Sebastian Dröge
parent bdc1710be5
commit 59bf122584

View file

@ -298,7 +298,7 @@ gst_iterator_pop (GstIterator * it)
/**
* gst_iterator_next:
* @it: The #GstIterator to iterate
* @elem: pointer to hold next element
* @elem: (out caller-allocates): pointer to hold next element
*
* Get the next item from the iterator in @elem.
*