Function
Grlinit_get_option_group
since: 0.1.6
Declaration [src]
GOptionGroup*
grl_init_get_option_group (
void
)
Description [src]
Returns a GOptionGroup
with Grilo’s argument specifications.
This function is useful if you want to integrate Grilo with other
libraries that use the GOption commandline parser
(see g_option_context_add_group()
).
Available since: 0.1.6
Return value
Type: GOptionGroup
A pointer to Grilo’s option group. Should be dereferenced after use.
The caller of the function takes ownership of the data, and is responsible for freeing it. |