API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.58
gboolean g_atomic_ref_count_compare ( gatomicrefcount* arc, gint val )
Atomically compares the current value of arc with val.
arc
val
Available since: 2.58
Type: gatomicrefcount*
gatomicrefcount*
The address of an atomic reference count variable.
Type: gint
gint
The value to compare.
Type: gboolean
gboolean
TRUE if the reference count is the same as the given value.
TRUE