Method

GgitDiffDeltaget_old_file

Declaration [src]

GgitDiffFile*
ggit_diff_delta_get_old_file (
  GgitDiffDelta* delta
)

Description [src]

Gets the old file for delta.

Return value

Returns: GgitDiffFile
 

The delta’s old file or NULL.

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