Cond.clear
void clear()Frees the resources allocated to a #GCond with [glib.cond.Cond.init_].
This function should not be used with a #GCond that has been statically allocated.
Calling [glib.cond.Cond.clear] for a #GCond on which threads are blocking leads to undefined behaviour.