Method
FoundryVcsBlamequery_line
Declaration [src]
FoundryVcsSignature*
foundry_vcs_blame_query_line (
FoundryVcsBlame* self,
guint line
)
Return value
Type: FoundryVcsSignature
A FoundryVcsSignature
or NULL
if there is no commit related to the changes on line
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |