Method

GgitIndexget_entries

Declaration [src]

GgitIndexEntries*
ggit_index_get_entries (
  GgitIndex* idx
)

Description [src]

Get the index entries enumerator.

Return value

Type: GgitIndexEntries

A GgitIndexEntries or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.