libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
git_filter_stream_fn
libgit2_d
sys
filter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (
C
) nothrow @
nogc
alias
git_filter_stream_fn
=
int
function
(
libgit2_d.types.git_writestream
**
out_
,
.
git_filter
*
self
,
void
**
payload
,
const
(.
git_filter_source
)*
src
,
libgit2_d.types.git_writestream
*
next
)
Meta
Source
See Implementation
libgit2_d
sys
filter
aliases
git_filter_apply_fn
git_filter_check_fn
git_filter_cleanup_fn
git_filter_init_fn
git_filter_shutdown_fn
git_filter_stream_fn
functions
GIT_FILTER_INIT
git_filter_init
git_filter_list_length
git_filter_list_new
git_filter_list_push
git_filter_lookup
git_filter_register
git_filter_source_filemode
git_filter_source_flags
git_filter_source_id
git_filter_source_mode
git_filter_source_path
git_filter_source_repo
git_filter_unregister
manifest constants
GIT_FILTER_CRLF
GIT_FILTER_CRLF_PRIORITY
GIT_FILTER_DRIVER_PRIORITY
GIT_FILTER_IDENT
GIT_FILTER_IDENT_PRIORITY
GIT_FILTER_VERSION
structs
git_filter
git_filter_source