Struct
GgitRefSpec
since: 1.0
Description [src]
struct GgitRefSpec {
/* No available fields */
}
Reprensents a git reference specification.
Available since: 1.0
Instance methods
ggit_ref_spec_ref
Atomically increments the reference count of refspec
by one.
This function is MT-safe and may be called from any thread.
since: 1.0
ggit_ref_spec_unref
Atomically decrements the reference count of refspec
by one.
If the reference count drops to 0, refspec
is freed.
since: 1.0