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.
credentials
int function(git_cred** cred, const(char)* url, const(char)* username_from_url, uint allowed_types, void* data) credentials;
Undocumented in source.
payload
void* payload;
Undocumented in source.
progress
int function(const(char)* str, int len, void* data) progress;
Undocumented in source.
transfer_progress
int function(const(git_transfer_progress)* stats, void* data) transfer_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