Struct
GgitReflog
since: 1.0
Description [src]
struct GgitReflog {
/* No available fields */
}
Represents a reflog.
Available since: 1.0
Instance methods
ggit_reflog_get_entry_from_index
Gets the GgitReflogEntry
at idx
in reflog
, or NULL
if not found.
since: 1.0
ggit_reflog_ref
Atomically increments the reference count of reflog
by one.
This function is MT-safe and may be called from any thread.
since: 1.0
ggit_reflog_unref
Atomically decrements the reference count of reflog
by one.
If the reference count drops to 0, reflog
is freed.
since: 1.0