Method

GgitIndexget_entries

Declaration [src]

GgitIndexEntries*
ggit_index_get_entries (
  GgitIndex* idx
)

Description [src]

Get the index entries enumerator.

Return value

Returns: GgitIndexEntries
 

A GgitIndexEntries or NULL.

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