git_reference_next_name

Get the next reference's name

This function is provided for convenience in case only the names are interesting as it avoids the allocation of the git_reference object which git_reference_next() needs.

extern (C) nothrow @nogc
int
git_reference_next_name

Parameters

out_ const(char)**

pointer in which to store the string

iter libgit2_d.types.git_reference_iterator*

the iterator

Return Value

Type: int

0, git_error_code.GIT_ITEROVER if there are no more; or an error code

Meta