optionsGetOptionGroup

fun optionsGetOptionGroup(): <Error class: unknown class>

Create a #GOptionGroup to handle JSCOptions as command line arguments. The options will be exposed as command line arguments with the form --jsc-&lt;option&gt;=&lt;value&gt;. 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 g_option_context_add_group(), and the rest will be taken care for automatically.

Return

a #GOptionGroup for the JSCOptions

Since

2.24