Constructor

GgitDiffOptionsnew

Declaration [src]

GgitDiffOptions*
ggit_diff_options_new (
  void
)

Description [src]

Create a new diff options object.

Return value

Returns: GgitDiffOptions
 

A GgitDiffOptions or NULL.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.