git_tag_foreach_cb

Callback used to iterate over tag names

@see git_tag_foreach

extern (C) nothrow @nogc
alias git_tag_foreach_cb = int function
(
const(char)* name
,,
void* payload
)

Return Value

non-zero to terminate the iteration

Meta