Function
CoglDebugObjectForeachTypeCallback
Declaration
void
(* CoglDebugObjectForeachTypeCallback) (
const CoglDebugObjectTypeInfo* info,
void* user_data
)
Parameters
info
-
Type:
CoglDebugObjectTypeInfo
A pointer to a struct containing information about the type.
The data is owned by the caller of the function. user_data
-
Type:
void*
No description available.
The argument can be NULL
.The data is owned by the caller of the function.