Method

GgitRepositoryrebase_open

Declaration [src]

GgitRebase*
ggit_repository_rebase_open (
  GgitRepository* repository,
  GgitRebaseOptions* options,
  GError** error
)

Description [src]

Opens an existing rebase that was previously started by either an invocation of ggit_rebase_init() or by another client.

Parameters

options GgitRebaseOptions
 

A GgitRebaseOptions to specify how rebase is performed, or NULL.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GgitRebase
 

A newly allocated GgitRebase.

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