git_strarray_copy

Copy a string array object from source to target.

This function is deprecated, but there is no plan to remove this function at this time.

version(!GIT_DEPRECATE_HARD)
extern (C) nothrow @nogc public deprecated
int
git_strarray_copy

Parameters

tgt libgit2.strarray.git_strarray*

target

src const(libgit2.strarray.git_strarray)*

source

Return Value

Type: int

0 on success, < 0 on allocation failure

Meta