Method
GLibOptionGroupfree
deprecated: 2.44 since: 2.6
Declaration [src]
void
g_option_group_free (
GOptionGroup* group
)
Description [src]
Frees a GOptionGroup
. Note that you must not free groups
which have been added to a GOptionContext
.
Available since: 2.6
Deprecated since: 2.44
Use g_option_group_unref()
instead.