git_transport_remote_connect_options

Get a copy of the remote connect options

All data is copied and must be freed by the caller by calling git_remote_connect_options_dispose.

extern (C) nothrow @nogc
int
git_transport_remote_connect_options

Parameters

out_ libgit2.remote.git_remote_connect_options*

options struct to fill

transport .git_transport*

the transport to extract the data from.

Meta