libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_filter_list_free
libgit2
filter
Free a git_filter_list
extern (
C
) nothrow @
nogc
public
@
GIT_EXTERN
void
git_filter_list_free
(
.
git_filter_list
*
filters
)
Parameters
filters
.
git_filter_list
*
A git_filter_list created by
git_filter_list_load
Meta
Source
See Implementation
libgit2
filter
aliases
git_filter
enums
GIT_FILTER_DEFAULT
GIT_FILTER_TO_WORKTREE
git_filter_flag_t
git_filter_mode_t
functions
GIT_FILTER_OPTIONS_INIT
git_filter_list_apply_to_blob
git_filter_list_apply_to_buffer
git_filter_list_apply_to_file
git_filter_list_contains
git_filter_list_free
git_filter_list_load
git_filter_list_load_ext
git_filter_list_stream_blob
git_filter_list_stream_buffer
git_filter_list_stream_file
manifest constants
GIT_FILTER_OPTIONS_VERSION
structs
git_filter_list
git_filter_options
Free a git_filter_list