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
nameA human readable name for the type.
instance_countThe number of objects of this type that are currently in use.
Available since: 13