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)

Return Value

%TRUE if the function completed successfully, %FALSE if an error occurred, in which case @error should be set with g_set_error()

Throws

GException on failure.

Meta