GOptionParseFunc

The type of function that can be called before and after parsing.

alias GOptionParseFunc = int function(GOptionContext* context, GOptionGroup* group, void* data, GError** err)

Throws

GException on failure.

Meta