| Top |
Functions
ggit_commit_parents_get_size ()
guint
ggit_commit_parents_get_size (GgitCommitParents *parents);
Get the number of parents in the parents collection.
ggit_commit_parents_get ()
GgitCommit * ggit_commit_parents_get (GgitCommitParents *parents,guint idx);
Get the GgitCommit of a parent.
ggit_commit_parents_get_id ()
GgitOId * ggit_commit_parents_get_id (GgitCommitParents *parents,guint idx);
Get the GgitOId of a parent.
Property Details
The “commit” property
“commit” GgitCommit *
The commit for the parents collection.
Flags: Read / Write / Construct Only
