Method

GgitCommitParentsget_id

Declaration [src]

GgitOId*
ggit_commit_parents_get_id (
  GgitCommitParents* parents,
  guint idx
)

Description [src]

Get the GgitOId of a parent.

Parameters

idx guint
 

The parent index.

Return value

Returns: GgitOId
 

A GgitOId.

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