Function
GLibpointer_bit_unlock
since: 2.30
Declaration [src]
void
g_pointer_bit_unlock (
void* address,
gint lock_bit
)
Description [src]
This is equivalent to g_bit_unlock, but working on pointers (or other pointer-sized values).
For portability reasons, you may only lock on the bottom 32 bits of the pointer.
While address
has a volatile
qualifier, this is a historical
artifact and the argument passed to it should not be volatile
.
Available since: 2.30