Function
Coglset_tracing_enabled_on_thread
Declaration [src]
void
cogl_set_tracing_enabled_on_thread (
void* data,
const char* group,
const char* filename
)
Parameters
data |
void* |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
group |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
filename |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |