dlibgit ~master (2015-12-01T17:37:05Z)
Dub
Repo
GitRemoteCallbacks
git
remote
struct
GitRemoteCallbacks {
void
delegate
(
string
str
)
progress
;
void
delegate
(
GitRemoteCompletionType
type
)
completion
;
TransferCallbackDelegate
transferProgress
;
}
Meta
Source
See Implementation
git
remote
enums
GitDirection
GitRemoteAutotagOption
GitRemoteCompletionType
functions
createRemote
createRemoteInMemory
loadRemote
structs
GitRemote
GitRemoteCallbacks