Method
GLibRWLockwriter_unlock
since: 2.32
Declaration [src]
void
g_rw_lock_writer_unlock (
GRWLock* rw_lock
)
Description [src]
Release a write lock on rw_lock
.
Calling g_rw_lock_writer_unlock()
on a lock that is not held
by the current thread leads to undefined behaviour.
Available since: 2.32