Function

GLibref_count_inc

since: 2.58

Declaration

void
g_ref_count_inc (
  grefcount* rc
)

Description

Increases the reference count.

Available since: 2.58

Parameters

rc

Type: grefcount*

The address of a reference count variable.

The data is owned by the caller of the function.