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