TreeEntry
Object Hierarchy:
Description:
[ CCode ( ref_function = "ggit_tree_entry_ref" , type_id = "ggit_tree_entry_get_type ()" , unref_function = "ggit_tree_entry_unref" ) ]
[ Compact ]
public class TreeEntry
Represents an entry in a tree.
Content:
Methods:
- public unowned TreeEntry? @ref ()
Atomically increments the reference count of
this by one.
- public FileMode get_file_mode ()
- public OId? get_id ()
Get the OId of the entry.
- public unowned string? get_name ()
Get the name of the tree entry.
- public Type get_object_type ()
Get the type of the tree entry object.
- public void unref ()
Atomically decrements the reference count of
this by one.