git_note_foreach_cb

Callback for git_note_foreach.

Receives: - blob_id: Oid of the blob containing the message - annotated_object_id: Oid of the git object being annotated - payload: Payload data passed to git_note_foreach

extern (C) nothrow @nogc
alias git_note_foreach_cb = int function

Meta