RebaseOperation
Object Hierarchy:
Description:
[ CCode ( ref_function = "ggit_rebase_operation_ref" , type_id = "ggit_rebase_operation_get_type ()" , unref_function = "ggit_rebase_operation_unref" ) ]
[ Compact ]
public class RebaseOperation
Represents a rebase operation.
Content:
Methods:
- public unowned RebaseOperation? @ref ()
Atomically increments the reference count of this
by one.
- public unowned string? get_exec ()
Gets the executable the user has requested be run.
- public OId? get_id ()
Gets the commit ID being cherry-picked.
- public RebaseOperationType get_operation_type ()
Gets the type of rebase operation.
- public void unref ()
Atomically decrements the reference count of this
by one.