API Version: 2.0
Library Version: 2.79.0
Generated by gi-docgen 2023.3
deprecated: 2.32
void g_cond_free ( GCond* cond )
Destroys a GCond that has been created with g_cond_new().
GCond
Calling g_cond_free() for a GCond on which threads are blocking leads to undefined behaviour.
g_cond_free()
Deprecated since: 2.32
GCond can now be statically allocated, or embedded in structures and initialised with g_cond_init().