Ggit.ConfigEntry¶
Fields¶
None
Details¶
- 
class Ggit.ConfigEntry¶
- Represents a git configuration entry. - 
get_level()¶
- Returns: - the - Ggit.ConfigLevelof self.- Return type: - Ggit.ConfigLevel- Gets the - Ggit.ConfigLevelof self.
 - 
ref()¶
- Returns: - a - Ggit.ConfigEntryor- None.- Return type: - Ggit.ConfigEntryor- None- Atomically increments the reference count of self by one. This function is MT-safe and may be called from any thread. 
 - 
unref()¶
- Atomically decrements the reference count of self by one. If the reference count drops to 0, self is freed. 
 
-