Method

GgitIndexEntryref

Declaration [src]

GgitIndexEntry*
ggit_index_entry_ref (
  GgitIndexEntry* entry
)

Description [src]

Atomically increments the reference count of entry by one. This function is MT-safe and may be called from any thread.

Return value

Returns: GgitIndexEntry
 

A GgitIndexEntry or NULL.

 The data is owned by the instance.
 The return value can be NULL.