Method

GgitTreeEntryget_id

Declaration [src]

GgitOId*
ggit_tree_entry_get_id (
  GgitTreeEntry* entry
)

Description [src]

Get the GgitOId of the entry.

Return value

Type: GgitOId

A GgitOId 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.