API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
void g_mutex_unlock ( GMutex* mutex )
Unlocks mutex. If another thread is blocked in a g_mutex_lock() call for mutex, it will become unblocked and can lock mutex itself.
mutex
g_mutex_lock()
Calling g_mutex_unlock() on a mutex that is not locked by the current thread leads to undefined behaviour.
g_mutex_unlock()