BranchEnumerator
Object Hierarchy:
Description:
[ CCode ( ref_function = "ggit_branch_enumerator_ref" , type_id = "ggit_branch_enumerator_get_type ()" , unref_function = "ggit_branch_enumerator_unref" ) ]
[ Compact ]
public class BranchEnumerator
Represents a branch enumerator.
Content:
Methods:
- public Ref? @get ()
Returns the currently being enumerated branch, or
null.
- public BranchEnumerator? @ref ()
- public unowned BranchEnumerator? iterator ()
Get an iterator for the enumerator.
- public bool next ()
Move the enumerator to the next branch.
- public void unref ()