Method
GgitRebaseget_operation_by_index
Declaration [src]
GgitRebaseOperation*
ggit_rebase_get_operation_by_index (
  GgitRebase* rebase,
  gsize idx
)
      Return value
Type: GgitRebaseOperation
The rebase operation or NULL if idx was out of bounds.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. | 
The return value can be NULL. |