dlibgit ~modernize-examples (2022-05-01T05:43:33.8668429)
Dub
Repo
GitRemoteCallbacks
git
remote
struct
GitRemoteCallbacks {
void
delegate
(
string
str
)
progress
;
void
delegate
(
GitRemoteCompletionType
type
)
completion
;
TransferCallbackDelegate
transferProgress
;
}
Members
Variables
completion
void
delegate
(
GitRemoteCompletionType
type
)
completion
;
Undocumented in source.
progress
void
delegate
(
string
str
)
progress
;
Undocumented in source.
transferProgress
TransferCallbackDelegate
transferProgress
;
Undocumented in source.
Meta
Source
See Implementation
git
remote
aliases
GitUpdateTipsDelegate
enums
GitDirection
GitRemoteAutotag
GitRemoteAutotagOption
GitRemoteCompletionType
functions
createRemote
createRemoteInMemory
listRemotes
loadRemote
structs
GitRemote
GitRemoteCallbacks