Method

GgitRebaseOptionscopy

Declaration [src]

GgitRebaseOptions*
ggit_rebase_options_copy (
  GgitRebaseOptions* rebase_options
)

Description [src]

Copies rebase_options into a newly allocated GgitRebaseOptions.

Return value

Returns: GgitRebaseOptions
 

A newly allocated GgitRebaseOptions or NULL.

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