Ggit.TreeEntry¶
Fields¶
None
Methods¶
| get_file_mode() | |
| get_id() | |
| get_name() | |
| get_object_type() | |
| ref() | |
| unref() | 
Details¶
- 
class Ggit.TreeEntry¶
- Represents an entry in a tree. - 
get_file_mode()¶
- Returns: - the - Ggit.FileModeof a tree entry.- Return type: - Ggit.FileMode- Gets the - Ggit.FileModeof a tree entry.
 - 
get_name()¶
- Returns: - the name of the tree entry or - None.- Return type: - stror- None- Get the name of the tree entry. 
 - 
get_object_type()¶
- Returns: - a - GObject.GType.- Return type: - GObject.GType- Get the type of the tree entry object. 
 - 
ref()¶
- Returns: - a - Ggit.TreeEntryor- None.- Return type: - Ggit.TreeEntryor- 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. 
 
-