Struct
CoglDebugObjectTypeInfo
since: 13
Description [src]
struct CoglDebugObjectTypeInfo {
const char* name;
unsigned long instance_count;
}
This struct is used to pass information to the callback when
cogl_debug_object_foreach_type()
is called.
Structure members
name
A human readable name for the type.
instance_count
The number of objects of this type that are currently in use.
Available since: 13