Function

GLibatomic_ref_count_inc

since: 2.58

Declaration

void
g_atomic_ref_count_inc (
  gatomicrefcount* arc
)

Description

Atomically increases the reference count.

Available since: 2.58

Parameters

arc

Type: gatomicrefcount*

The address of an atomic reference count variable.

The data is owned by the caller of the function.