Function
GgitDiffSimilarityMetricFileSignatureCallback
Declaration
gint
(* GgitDiffSimilarityMetricFileSignatureCallback) (
GgitDiffFile* file,
const gchar* fullpath,
gpointer* out,
gpointer user_data
)
Parameters
file
-
Type:
GgitDiffFile
No description available.
The data is owned by the caller of the function. fullpath
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. out
-
Type:
gpointer*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.