git_note_commit_iterator_new

Creates a new iterator for notes from a commit

The iterator must be freed manually by the user.

extern (C) nothrow @nogc
int
git_note_commit_iterator_new

Parameters

out_ .git_note_iterator**

pointer to the iterator

notes_commit libgit2_d.types.git_commit*

a pointer to the notes commit object

Return Value

Type: int

0 or an error code

Meta