Constructor

GgitPushOptionsnew

Declaration [src]

GgitPushOptions*
ggit_push_options_new (
  void
)

Description [src]

Create a new push options object.

Return value

Type: GgitPushOptions

A GgitPushOptions or NULL.

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