mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-11 23:23:47 +02:00
bitlock: improve doctext for g_pointer_bit_unlock_and_set()
This commit is contained in:
parent
0a7eb121fc
commit
7edc1353bd
@ -653,8 +653,8 @@ g_pointer_bit_lock_mask_ptr (gpointer ptr, guint lock_bit, gboolean set, guintpt
|
|||||||
* @ptr: the new pointer value to set
|
* @ptr: the new pointer value to set
|
||||||
* @preserve_mask: if non-zero, those bits of the current pointer in @address
|
* @preserve_mask: if non-zero, those bits of the current pointer in @address
|
||||||
* are preserved.
|
* are preserved.
|
||||||
* Note that the @lock_bit bit will be always set according to @set,
|
* Note that the @lock_bit bit will be always unset regardless of
|
||||||
* regardless of @preserve_mask and the currently set value in @address.
|
* @ptr, @preserve_mask and the currently set value in @address.
|
||||||
*
|
*
|
||||||
* This is equivalent to g_pointer_bit_unlock() and atomically setting
|
* This is equivalent to g_pointer_bit_unlock() and atomically setting
|
||||||
* the pointer value.
|
* the pointer value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user