git_reference_next

Get the next reference

extern (C) nothrow @nogc
int
git_reference_next

Parameters

out_ libgit2_d.types.git_reference**

pointer in which to store the reference

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