GstIteratorFoldFunction

A function to be passed to 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.