Method

GgitStatusOptionscopy

Declaration [src]

GgitStatusOptions*
ggit_status_options_copy (
  GgitStatusOptions* status_options
)

Description [src]

Copies status_options into a newly allocated GgitStatusOptions.

Return value

Returns: GgitStatusOptions
 

A newly allocated GgitStatusOptions or NULL.

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