Method

GgitIndexEntryget_id

Declaration [src]

GgitOId*
ggit_index_entry_get_id (
  GgitIndexEntry* entry
)

Description [src]

Get the oid of the index entry.

Return value

Type: GgitOId

The oid 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.