Method

FoundryVcsDiffHunkdup_header

unstable since: 1.1

Declaration [src]

char*
foundry_vcs_diff_hunk_dup_header (
  FoundryVcsDiffHunk* self
)

Description [src]

The header for the hunk which is the part after the second “@@”.

Available since: 1.1

Return value

Type: char*

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.