Method

GgitIndexEntryset_id

Declaration [src]

void
ggit_index_entry_set_id (
  GgitIndexEntry* entry,
  GgitOId* id
)

Description [src]

Set the oid of the index entry.

Parameters

id GgitOId
 

The oid.

 The argument can be NULL.
 The data is owned by the caller of the function.