Struct
GgitTreeEntry
since: 1.0
Description [src]
struct GgitTreeEntry {
/* No available fields */
}
Represents an entry in a tree.
Available since: 1.0
Instance methods
ggit_tree_entry_ref
Atomically increments the reference count of entry
by one.
This function is MT-safe and may be called from any thread.
since: 1.0
ggit_tree_entry_unref
Atomically decrements the reference count of entry
by one.
If the reference count drops to 0, entry
is freed.
since: 1.0