- _foreach
int function(git_config_backend*, const(char)*, git_config_foreach_cb callback, void* payload) _foreach;
Undocumented in source.
- cfg
git_config* cfg;
Undocumented in source.
- del
int function(git_config_backend*, const(char)* key) del;
Undocumented in source.
- free
void function(git_config_backend*) free;
Undocumented in source.
- get
int function(const(git_config_backend)*, const(char)* key, const(git_config_entry)** entry) get;
Undocumented in source.
- get_multivar
int function(git_config_backend*, const(char)* key, const(char)* regexp, git_config_foreach_cb callback, void* payload) get_multivar;
Undocumented in source.
- open
int function(git_config_backend*, git_config_level_t level) open;
Undocumented in source.
- refresh
int function(git_config_backend*) refresh;
Undocumented in source.
- set
int function(git_config_backend*, const(char)* key, const(char)* value) set;
Undocumented in source.
- set_multivar
int function(git_config_backend* cfg, const(char)* name, const(char)* regexp, const(char)* value) set_multivar;
Undocumented in source.
- version_
uint version_;
Undocumented in source.