PtrArray.foreach_

Calls a function for each element of a glib.PtrArray func must not add elements to or remove elements from the array.

class PtrArray
void
foreach_

Parameters

func GFunc

the function to call for each array element

userData void*

user data to pass to the function

Meta