Method

GgitDiffOptionsget_pathspec

Declaration [src]

const gchar**
ggit_diff_options_get_pathspec (
  GgitDiffOptions* options
)

Description [src]

Get the pathspec.

Return value

Returns: An array of utf8
 

The pathspec or NULL.

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