Cond
Description:
public Cond ()
Initialises a Cond so that it can be used.
This function is useful to initialise a Cond that has been allocated as part of a larger structure. It is not necessary to initialise a Cond that has been statically allocated.
To undo the effect of Cond when a Cond is no longer
needed, use g_cond_clear
.
Calling Cond on an already-initialised Cond leads to undefined behaviour.
Parameters:
this |
an uninitialized Cond |