libgit2

git_diff_hunk_cb

Version:

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

Signature

typedef int git_diff_hunk_cb(const git_diff_delta *, const git_diff_range *, const char *, size_t , void *);

Parameters

const char *
In
size_t
In
void *
In

Parameter To

Versions