git_diff_file_cb

When iterating over a diff, callback that will be made per file.

extern (C) nothrow @nogc
alias git_diff_file_cb = int function
(,
float progress
,
void* payload
)

Meta