Method

GgitDiffBinaryget_old_file

Declaration [src]

GgitDiffBinaryFile*
ggit_diff_binary_get_old_file (
  GgitDiffBinary* binary
)

Description [src]

Gets the GgitDiffBinaryFile old file for binary.

Return value

Returns: GgitDiffBinaryFile
 

The contents of the old file or NULL.

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