git_remote_connect_options_dispose

Disposes libgit2-initialized fields from a git_remote_connect_options. This should only be used for git_remote_connect_options returned by git_transport_remote_connect_options.

Note that this does not free the git_remote_connect_options itself, just the memory pointed to by it.

extern (C) nothrow @nogc
void
git_remote_connect_options_dispose

Parameters

opts libgit2.remote.git_remote_connect_options*

The git_remote_connect_options struct to dispose.

Meta