Method

GgitTreeEntryget_id

Declaration [src]

GgitOId*
ggit_tree_entry_get_id (
  GgitTreeEntry* entry
)

Description [src]

Get the GgitOId of the entry.

Return value

Returns: GgitOId
 

A GgitOId or NULL.

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