git_remote_callbacks

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

completion
int function(git_remote_completion_type type, void* data) completion;
Undocumented in source.
payload
void* payload;
Undocumented in source.
progress
void function(const(char)* str, int len, void* data) progress;
Undocumented in source.
update_tips
int function(const(char)* refname, const(git_oid)* a, const(git_oid)* b, void* data) update_tips;
Undocumented in source.
version_
uint version_;
Undocumented in source.

Meta