API Version: 2.0
Library Version: 2.72
gboolean g_atomic_ref_count_compare ( gatomicrefcount* arc, gint val )
Atomically compares the current value of arc with val.
arc
val
gatomicrefcount*
The address of an atomic reference count variable.
gint
The value to compare.
gboolean
TRUE if the reference count is the same as the given value.
TRUE