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