deimos.git2.trace

Undocumented in source.

Members

Aliases

git_trace_callback
alias git_trace_callback = void function(git_trace_level_t level, const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

git_trace_level_t
enum git_trace_level_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

git_trace_set
int git_trace_set(git_trace_level_t level, git_trace_callback cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin _ExportEnumMembers!git_trace_level_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta