Method

GLibOptionGroupunref

since: 2.44

Declaration

void
g_option_group_unref (
  GOptionGroup* group
)

Description

Decrements the reference count of group by one. If the reference count drops to 0, the group will be freed. and all memory allocated by the group is released.

Available since: 2.44