Iterator.foreach_

Iterate over all element of it and call the given function func for each element.

Parameters

func gst.types.IteratorForeachFunction

the function to call for each element.

Return Value

Type: gst.types.IteratorResult

the result call to gst.iterator.Iterator.fold. The iterator will not be freed.

MT safe.