Function
GLibatomic_ref_count_compare
since: 2.58
Declaration [src]
gboolean
g_atomic_ref_count_compare(
gatomicrefcount*arc,
gintval
)
Parameters
arc-
Type:
gatomicrefcount*The address of an atomic reference count variable.
The data is owned by the caller of the function. val-
Type:
gintThe value to compare.
Return value
Type: gboolean
TRUE if the reference count is the same
as the given value.