RemoteHead
Object Hierarchy:
Description:
[ CCode ( ref_function = "ggit_remote_head_ref" , type_id = "ggit_remote_head_get_type ()" , unref_function = "ggit_remote_head_unref" ) ]
[ Compact ]
public class RemoteHead
Represents a git remote head.
Content:
Methods:
- public RemoteHead @ref ()
- public unowned OId? get_local_oid ()
Get the local oid of the remote head.
- public unowned string? get_name ()
Get the remote head name.
- public unowned OId? get_oid ()
Get the remote oid of the remote head.
- public bool is_local ()
Get whether the remote head is local.
- public void unref ()