OptionContext.addGroup

Adds a glib.OptionGroup to the context, so that parsing with context will recognize the options in the group. Note that this will take ownership of the group and thus the group should not be freed.

class OptionContext
void
addGroup

Parameters

group OptionGroup

the group to add

Meta