Ggit.ConfigEntry¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Ggit.ConfigEntry¶
 Represents a git configuration entry.
- get_level()¶
 - Returns:
 the
Ggit.ConfigLevelof self.- Return type:
 
Gets the
Ggit.ConfigLevelof self.
- ref()¶
 - Returns:
 a
Ggit.ConfigEntryorNone.- Return type:
 
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.