Method
FoundryVcsdiff
Declaration [src]
DexFuture*
foundry_vcs_diff (
FoundryVcs* self,
FoundryVcsTree* tree_a,
FoundryVcsTree* tree_b
)
Parameters
tree_a-
Type:
FoundryVcsTreeThe old tree.
The data is owned by the caller of the method. tree_b-
Type:
FoundryVcsTreeThe 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. |