GstIteratorForeachFunction

A function that is called by gst_iterator_foreach() for every element.

alias GstIteratorForeachFunction = void function(GValue* item, void* userData)

Meta