OptionContext.addMainEntries

A convenience function which creates a main group if it doesn't exist, adds the entries to it and sets the translation domain.

class OptionContext
void
addMainEntries

Parameters

entries GOptionEntry[]

a NULL-terminated array of GOptionEntrys

translationDomain string

a translation domain to use for translating the --help output for the options in entries with gettext(), or NULL

Meta