Method
GLibOptionContextget_main_group
since: 2.6
Declaration [src]
GOptionGroup*
g_option_context_get_main_group (
GOptionContext* context
)
Return value
Type: GOptionGroup
The main group of context
, or NULL
if
context
doesn’t have a main group. Note that group belongs to
context
and should not be modified or freed.
The returned data is owned by the instance. |