Sequence.foreach_
void foreach_(glib.types.Func func)Calls func for each item in the sequence passing user_data to the function. func must not modify the sequence itself.
Parameters
func | the function to call for each item in seq |
void foreach_(glib.types.Func func)Calls func for each item in the sequence passing user_data to the function. func must not modify the sequence itself.
func | the function to call for each item in seq |