Method
GLibCondfree
deprecated: 2.32
Declaration [src]
void
g_cond_free (
GCond* cond
)
Description [src]
Destroys a GCond
that has been created with g_cond_new().
Calling g_cond_free()
for a GCond
on which threads are
blocking leads to undefined behaviour.
Deprecated since: 2.32
GCond can now be statically allocated, or embedded in structures and initialised with g_cond_init().
This method is not directly available to language bindings.