optionsGetOptionGroup

Create a #GOptionGroup to handle JSCOptions as command line arguments. The options will be exposed as command line arguments with the form <emphasis>--jsc-&lt;option&gt;=&lt;value&gt;</emphasis>. Each entry in the returned #GOptionGroup is configured to apply the corresponding option during command line parsing. Applications only need to pass the returned group to glib.option_context.OptionContext.addGroup, and the rest will be taken care for automatically.

optionsGetOptionGroup
()

Return Value

Type: glib.option_group.OptionGroup

a #GOptionGroup for the JSCOptions