Method
CogViewportforeach
Declaration [src]
void
cog_viewport_foreach (
CogViewport* self,
GFunc func,
void* userdata
)
Parameters
func |
GFunc |
Callback function. |
|
userdata |
void* |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. |