git_config_foreach_cb

A config enumeration callback

extern (C) nothrow @nogc public
alias git_config_foreach_cb = int function
(,
void* payload
)

Return Value

non-zero to terminate the iteration.

Meta