doc: Make ..._source_find_control_point_iter transfer none

This commit is contained in:
Nicolas Dufresne 2015-06-13 15:10:53 -04:00
parent ed5ac1c101
commit a26e3c1088

View file

@ -232,7 +232,7 @@ done:
*
* For use in control source implementations.
*
* Returns: the found #GSequenceIter or %NULL
* Returns: (transfer none): the found #GSequenceIter or %NULL
*/
GSequenceIter *gst_timed_value_control_source_find_control_point_iter
(GstTimedValueControlSource * self, GstClockTime timestamp)