Struct
GgitReflogEntry
since: 1.0
Description [src]
struct GgitReflogEntry {
/* No available fields */
}
Represents a reflog entry.
Available since: 1.0
Instance methods
ggit_reflog_entry_ref
Atomically increments the reference count of reflog_entry
by one.
This function is MT-safe and may be called from any thread.
since: 1.0
ggit_reflog_entry_unref
Atomically decrements the reference count of reflog_entry
by one.
If the reference count drops to 0, reflog_entry
is freed.
since: 1.0