API Version: 2.0
Library Version: 2.79.0
Generated by gi-docgen 2023.3
deprecated: 2.32
void g_mutex_free ( GMutex* mutex )
Destroys a mutex that has been created with g_mutex_new().
mutex
Calling g_mutex_free() on a locked mutex may result in undefined behaviour.
g_mutex_free()
Deprecated since: 2.32
GMutex can now be statically allocated, or embedded in structures and initialised with g_mutex_init().