libgit2

git_remote_get_callbacks

Version:

Retrieve the current callback structure

This provides read access to the callbacks structure as the remote sees it.

Signature

const git_remote_callbacks *git_remote_get_callbacks(git_remote *remote);

Parameters

In
remote

the remote to query

Returns

a pointer to the callbacks structure

Versions