Function
GgitTransferProgressCallback
Declaration
gint
(* GgitTransferProgressCallback) (
GgitTransferProgress* stats,
gpointer user_data
)
Parameters
stats
-
Type:
GgitTransferProgress
A
GgitTransferProgress
.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.