Function

Cogldebug_object_foreach_type

Declaration [src]

void
cogl_debug_object_foreach_type (
  CoglDebugObjectForeachTypeCallback func,
  void* user_data
)

Description [src]

Invokes func once for each type of object that Cogl uses and passes a count of the number of objects for that type. This is intended to be used solely for debugging purposes to track down issues with objects leaking.

Stability:Unstable
Available since:1.8

Parameters

func CoglDebugObjectForeachTypeCallback
 

A callback function for each type.

user_data void*
 

A pointer to pass to func.

 The argument can be NULL.
 The data is owned by the caller of the function.