Method

GgitMergeOptionscopy

Declaration [src]

GgitMergeOptions*
ggit_merge_options_copy (
  GgitMergeOptions* merge_options
)

Description [src]

Copies merge_options into a newly allocated GgitMergeOptions.

Return value

Returns: GgitMergeOptions
 

A newly allocated GgitMergeOptions or NULL.

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