Method

GgitDiffBinaryget_new_file

Declaration [src]

GgitDiffBinaryFile*
ggit_diff_binary_get_new_file (
  GgitDiffBinary* binary
)

Description [src]

Gets the GgitDiffBinaryFile new file for binary.

Return value

Type: GgitDiffBinaryFile

The contents of the new file or NULL.

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