Method

GgitDiffOptionsget_new_prefix

Declaration [src]

const gchar*
ggit_diff_options_get_new_prefix (
  GgitDiffOptions* options
)

Description [src]

Get the diff new-prefix string.

Return value

Returns: const gchar*
 

The new-prefix string or NULL.

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