RefSpec
Object Hierarchy:
Description:
[ CCode ( ref_function = "ggit_ref_spec_ref" , type_id = "ggit_ref_spec_get_type ()" , unref_function = "ggit_ref_spec_unref" ) ]
[ Compact ]
public class RefSpec
Reprensents a git reference specification.
Content:
Methods:
- public unowned RefSpec? @ref ()
Atomically increments the reference count of
this by one.
- public unowned string? get_destination ()
Gets the this's destination.
- public unowned string? get_source ()
Gets the this's source.
- public bool is_forced ()
Whether updating is done forcefully.
- public void unref ()
Atomically decrements the reference count of
this by one.