Function
GgitDiffSimilarityMetricSimilarityCallback
Declaration
gint
(* GgitDiffSimilarityMetricSimilarityCallback) (
gint* score,
gpointer signature_a,
gpointer signature_b,
gpointer user_data
)
Parameters
score |
gint* |
No description available. | |
The data is owned by the caller of the function. | |
signature_a |
gpointer |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
signature_b |
gpointer |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
user_data |
gpointer |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. |