git_index_matched_path_cb

Callback for APIs that add/remove/update files matching pathspec

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

Meta