git_diff_file_cb

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

@param delta A pointer to the delta data for the file @param progress Goes from 0 to 1 over the diff @param payload User-specified pointer from foreach function

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

Meta