Function
GgitDiffSimilarityMetricBufferSignatureCallback
Declaration
gint
(* GgitDiffSimilarityMetricBufferSignatureCallback) (
GgitDiffFile* file,
const gchar* buf,
gsize buflen,
gpointer* out,
gpointer user_data
)
Parameters
file |
GgitDiffFile |
No description available. | |
The data is owned by the caller of the function. | |
buf |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
buflen |
gsize |
No description available. | |
out |
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. |