Class
FoundryGitDiffHunk
Instance methods
Methods inherited from FoundryVcsDiffHunk (6)
foundry_vcs_diff_hunk_dup_header
The header for the hunk which is the part after the second “@@”.
unstable since: 1.1
foundry_vcs_diff_hunk_get_new_lines
Gets the number of lines in the new file for this hunk.
unstable since: 1.1
foundry_vcs_diff_hunk_get_new_start
Gets the starting line number in the new file for this hunk.
unstable since: 1.1
foundry_vcs_diff_hunk_get_old_lines
Gets the number of lines in the old file for this hunk.
unstable since: 1.1
foundry_vcs_diff_hunk_get_old_start
Gets the starting line number in the old file for this hunk.
unstable since: 1.1
foundry_vcs_diff_hunk_list_lines
List the lines within a hunk.
Properties
Properties inherited from FoundryVcsDiffHunk (5)
Foundry.VcsDiffHunk:header
No description available.
Foundry.VcsDiffHunk:new-lines
No description available.
Foundry.VcsDiffHunk:new-start
No description available.
Foundry.VcsDiffHunk:old-lines
No description available.
Foundry.VcsDiffHunk:old-start
No description available.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.