Method

GgitIndexEntryget_id

Declaration [src]

GgitOId*
ggit_index_entry_get_id (
  GgitIndexEntry* entry
)

Description [src]

Get the oid of the index entry.

Return value

Returns: GgitOId
 

The oid or NULL.

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