Method
FoundryVcsdiff
Declaration [src]
DexFuture*
foundry_vcs_diff (
FoundryVcs* self,
FoundryVcsTree* tree_a,
FoundryVcsTree* tree_b
)
Parameters
tree_a
-
Type:
FoundryVcsTree
The old tree.
The data is owned by the caller of the method. tree_b
-
Type:
FoundryVcsTree
The new tree.
The data is owned by the caller of the method.
Return value
Type: DexFuture
A DexFuture
that resolves to a
FoundryVcsDiff
or rejects with error.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |