Method
FoundryVcsBlameupdate
Declaration [src]
DexFuture*
foundry_vcs_blame_update (
FoundryVcsBlame* self,
GBytes* bytes
)
Description [src]
Update the blame using the contents in bytes.
If bytes is NULL then the underlying file contents will be used as if
no modifications were provided.
Parameters
bytes-
Type:
GBytesData for the blame or
NULLto reset to file defaults.The argument can be NULL.The data is owned by the caller of the method.