Method
FoundryVcsdescribe_line_changes
Declaration [src]
DexFuture*
foundry_vcs_describe_line_changes (
FoundryVcs* self,
FoundryVcsFile* file,
GBytes* contents
)
Parameters
file-
Type:
FoundryVcsFileThe data is owned by the caller of the method. contents-
Type:
GBytesThe contents of the file.
The data is owned by the caller of the method.
Return value
Type: DexFuture
A DexFuture that resolves to a
FoundryVcsLineChanges or rejects with error.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |