libgit2

git_remote_callbacks

Version:

The callback settings structure

Set the calbacks to be called by the remote.

Signature

typedef struct git_remote_callbacks { unsigned int version void (*)(const char *, int, void *) progress int (*)(git_remote_completion_type, void *) completion int (*)(const char *, const git_oid *, const git_oid *, void *) update_tips void *payload };

Members

unsigned int
version
void (*)(const char *, int, void *)
progress
int (*)(git_remote_completion_type, void *)
completion
int (*)(const char *, const git_oid *, const git_oid *, void *)
update_tips
void *
payload

Parameter To

Versions