git_midx_writer_add

Add an .idx file to the writer.

extern (C) nothrow @nogc
int
git_midx_writer_add

Parameters

w libgit2.types.git_midx_writer*

the writer

idx_path const(char)*

the path of an .idx file.

Return Value

Type: int

0 or an error code

Meta