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