Method
GLibSequenceforeach
Description
Calls func
for each item in the sequence passing user_data
to the function. func
must not modify the sequence itself.
Available since: | 2.14 |
This method is not directly available to language bindings. |
Parameters
func |
GFunc |
The function to call for each item in |
|
user_data |
gpointer |
User data passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |