Method

FoundryVcsRevisiondup_tree

unstable since: 1.3

Declaration [src]

FoundryVcsTree*
foundry_vcs_revision_dup_tree (
  FoundryVcsRevision* self
)

Description [src]

Gets the tree for a tree revision.

Available since: 1.3

Return value

Type: FoundryVcsTree

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