GOptionErrorFunc

The type of function to be used as callback when a parse error occurs.

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

Throws

GException on failure.

Meta