OptionContext.setHelpEnabled

Enables or disables automatic generation of --help output. By default, g_option_context_parse() recognizes --help, -h, -?, --help-all and --help-groupname and creates suitable output to stdout. Since 2.6

class OptionContext
void
setHelpEnabled

Parameters

helpEnabled int

TRUE to enable --help, FALSE to disable it

Meta