Method
GLibOptionGroupunref
since: 2.44
Declaration [src]
void
g_option_group_unref (
GOptionGroup* group
)
Description [src]
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