git_checkout_progress_cb

Checkout progress notification function

extern (C) nothrow @nogc
alias git_checkout_progress_cb = void function
(
const(char)* path
,,,
void* payload
)

Meta