libgit2_d.strarray

Undocumented in source.

Members

Functions

git_strarray_copy
int git_strarray_copy(.git_strarray* tgt, const(.git_strarray)* src)

Copy a string array object from source to target.

git_strarray_dispose
void git_strarray_dispose(.git_strarray* array)

Free the strings contained in a string array. This method should be called on git_strarray objects that were provided by the library. Not doing so, will result in a memory leak.

Structs

git_strarray
struct git_strarray

Array of strings

Meta