Sequence.foreachRange

Calls func for each item in the range (begin, end) passing user_data to the function. func must not modify the sequence itself.

Parameters

begina #GSequenceIter
enda #GSequenceIter
funca #GFunc