GstIteratorFoldFunction

A function to be passed to gst_iterator_fold().

alias GstIteratorFoldFunction = int function(GValue* item, GValue* ret, void* userData)

Return Value

%TRUE if the fold should continue, %FALSE if it should stop.

Meta