Struct
GgitIndexEntries
since: 1.0
Description [src]
struct GgitIndexEntries {
/* No available fields */
}
Represents the entries in an index object.
Available since: 1.0
Instance methods
ggit_index_entries_get_by_index
Get a GgitIndexEntry
by index. Note that the returned GgitIndexEntry
is
only valid as long as:
since: 1.0
ggit_index_entries_get_by_path
Get a GgitIndexEntry
by index. Note that the returned GgitIndexEntry
is
only valid as long as:
since: 1.0
ggit_index_entries_ref
Atomically increments the reference count of entries
by one.
This function is MT-safe and may be called from any thread.
since: 1.0
ggit_index_entries_unref
Atomically decrements the reference count of entries
by one.
If the reference count drops to 0, entries
is freed.
since: 1.0