Function

CoglDebugObjectForeachTypeCallback

Declaration

void
DebugObjectForeachTypeCallback (
  const CoglDebugObjectTypeInfo* info,
  void* user_data
)

Description [src]

A callback function to use for cogl_debug_object_foreach_type().

Stability:Unstable
Available since:1.8

Parameters

info CoglDebugObjectTypeInfo
 

A pointer to a struct containing information about the type.

 The data is owned by the caller of the function.
user_data void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.