Method

GgitTreeget_id

Declaration [src]

GgitOId*
ggit_tree_get_id (
  GgitTree* tree
)

Description [src]

Get the GgitOId of the tree.

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.