libgit2.strarray

Members

Functions

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

License

GPL-2.0(Linking Exception)