Function
GgitDiffLineCallback
Declaration
gint
(* GgitDiffLineCallback) (
GgitDiffDelta* delta,
GgitDiffHunk* hunk,
GgitDiffLine* line,
gpointer user_data
)
Parameters
delta |
GgitDiffDelta |
A |
|
The data is owned by the caller of the function. | |
hunk |
GgitDiffHunk |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
line |
GgitDiffLine |
A |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
User-supplied data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |