git_push_transfer_progress_cb

Push network progress notification function

extern (C) nothrow @nogc
alias git_push_transfer_progress_cb = int function
(
uint current
,
uint total
,
size_t bytes
,
void* payload
)

Meta