IteratorFreeFunction


Description:

[ CCode ( has_target = false ) ]
public delegate void IteratorFreeFunction (Iterator it)

This function will be called when the iterator is freed.

Implementors of a Iterator should implement this function and pass it to the constructor of the custom iterator. The function will be called with the iterator lock held.

Parameters:

it

the iterator


Namespace: Gst
Package: gstreamer-1.0