libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
ls_options
libgit2
example
ls_files
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) public
struct
ls_options {
int
error_unmatch
;
char
*[
1024
]
files
;
size_t
file_count
;
}
Members
Variables
error_unmatch
int
error_unmatch
;
Undocumented in source.
file_count
size_t
file_count
;
Undocumented in source.
files
char
*[
1024
]
files
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
ls_files
functions
lg2_ls_files
structs
ls_options