Method

FoundryVcsRevisiondup_commit

unstable since: 1.3

Declaration [src]

FoundryVcsCommit*
foundry_vcs_revision_dup_commit (
  FoundryVcsRevision* self
)

Description [src]

Gets the commit for a commit revision.

Available since: 1.3

Return value

Type: FoundryVcsCommit

The commit, 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.