StaticMutex.getMutex

For some operations (like g_cond_wait()) you must have a GMutex instead of a GStaticMutex. This function will return the corresponding GMutex for mutex.

class StaticMutex
getMutex
()

Return Value

Type: Mutex

the GMutex corresponding to mutex.

Meta