Method

CogViewportforeach

Declaration [src]

void
cog_viewport_foreach (
  CogViewport* self,
  GFunc func,
  void* userdata
)

Description [src]

Applies a function to each view in the viewport.

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.