Class

FoundryGitDiffHunk

Description

final class Foundry.GitDiffHunk : Foundry.VcsDiffHunk
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this FoundryGitDiffHunk ancestor_0 FoundryVcsDiffHunk ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

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.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

Class structure

struct FoundryGitDiffHunkClass {
  FoundryVcsDiffHunkClass parent_class;
  
}

No description available.

Class members
parent_class: FoundryVcsDiffHunkClass

No description available.