Function
GgitDiffSimilarityMetricSimilarityCallback
Declaration
gint
(* GgitDiffSimilarityMetricSimilarityCallback) (
gint* score,
gpointer signature_a,
gpointer signature_b,
gpointer user_data
)
Parameters
score
-
Type:
gint*
No description available.
The data is owned by the caller of the function. signature_a
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function. signature_b
-
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.