Function
GgitDiffBinaryCallback
Declaration
gint
(* GgitDiffBinaryCallback) (
GgitDiffDelta* delta,
GgitDiffBinary* binary,
gpointer user_data
)
Parameters
delta
-
Type:
GgitDiffDelta
A
GgitDiffDelta
.The data is owned by the caller of the function. binary
-
Type:
GgitDiffBinary
A
GgitDiffBinary
.The data is owned by the caller of the function. user_data
-
Type:
gpointer
User-supplied data.
The argument can be NULL
.The data is owned by the caller of the function.