Struct

GgitIndexEntriesResolveUndo

Description [src]

struct GgitIndexEntriesResolveUndo {
  /* No available fields */
}

Represents the resolve undo entries in an index object.

Instance methods

ggit_index_entries_resolve_undo_get

Get a GgitIndexEntryResolveUndo by index. Note that the returned GgitIndexEntryResolveUndo is only valid as long as:

ggit_index_entries_resolve_undo_get_by_file

Get an resolve_undo entry specified by path. The returned entry is read only and should not be modified by the caller. If the entry could not be found, NULL is returned.

ggit_index_entries_resolve_undo_ref

Atomically increments the reference count of entries by one. This function is MT-safe and may be called from any thread.

ggit_index_entries_resolve_undo_size

Get the number of GgitIndexEntryResolveUndo entries.

ggit_index_entries_resolve_undo_unref

Atomically decrements the reference count of entries by one. If the reference count drops to 0, entries is freed.