GstIteratorFreeFunction

This function will be called when the iterator is freed.

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

alias GstIteratorFreeFunction = void function(GstIterator* it)

Meta