Method

GgitTreeget_id

Declaration [src]

GgitOId*
ggit_tree_get_id (
  GgitTree* tree
)

Description [src]

Get the GgitOId of the tree.

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.