Struct

GgitBranchEnumerator

since: 1.0

Description [src]

struct GgitBranchEnumerator {
  /* No available fields */
}

Represents a branch enumerator.

Available since: 1.0

Instance methods

ggit_branch_enumerator_get

Returns the currently being enumerated branch, or NULL. Note that the returned GgitRef will be of type GgitBranch if the ref represents a local branch.

since: 1.0

ggit_branch_enumerator_iterator

Get an iterator for the enumerator.

since: 1.0

ggit_branch_enumerator_next

Move the enumerator to the next branch.

since: 1.0

ggit_branch_enumerator_ref
No description available.

since: 1.0

ggit_branch_enumerator_unref
No description available.

since: 1.0