Method
FoundryGitCommitBuilderload_staged_delta
unstable since: 1.1
Declaration [src]
DexFuture*
foundry_git_commit_builder_load_staged_delta (
FoundryGitCommitBuilder* self,
GFile* file
)
Description [src]
Loads the delta for file comparing the index against the parent commit.
This delta represents staged changes and can be used to toggle individual
lines on/off for staging in the background.
Available since: 1.1
Return value
Type: DexFuture
A DexFuture that resolves to
a FoundryGitDelta or rejects with error.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |