Virtual Method

FoundryVcsGraphEntrydup_commit_id

unstable since: 1.2

Declaration [src]

char*
dup_commit_id (
  FoundryVcsGraphEntry* self
)

Description [src]

Gets the commit identifier represented by this graph row.

Available since: 1.2

Return value

Type: char*

The commit identifier.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.