libgit2-d v0.0.2 (2020-03-19T04:42:42Z)
Home
Dub
Repo
git_transport_cb
libgit2_d
transport
Signature of a function which creates a transport
extern (
C
) nothrow @
nogc
alias
git_transport_cb
=
int
function
(
libgit2_d.types.git_transport
**
out_
,
libgit2_d.types.git_remote
*
owner
,
void
*
param
)
Meta
Source
See Implementation
libgit2_d
transport
aliases
git_transport_cb
git_transport_message_cb
Signature of a function which creates a transport