Method

GgitDiffFileget_path

Declaration [src]

const gchar*
ggit_diff_file_get_path (
  GgitDiffFile* file
)

Description [src]

Gets the path of file or NULL if it is unknown.

Return value

Returns: const gchar*
 

The file’s path, or NULL.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.