Method

GgitDiffDeltaget_new_file

Declaration [src]

GgitDiffFile*
ggit_diff_delta_get_new_file (
  GgitDiffDelta* delta
)

Description [src]

Gets the new file for delta.

Return value

Type: GgitDiffFile

The delta’s new file or NULL.

The returned data is owned by the instance.
The return value can be NULL.