Method

GLibOptionGroupref

since: 2.44

Declaration

GOptionGroup*
g_option_group_ref (
  GOptionGroup* group
)

Description

Increments the reference count of group by one.

Available since: 2.44

Return value

Type: GOptionGroup

A GOptionGroup.

The caller of the method takes ownership of the data, and is responsible for freeing it.