Struct
GgitDiffDelta
since: 1.0
Description [src]
struct GgitDiffDelta {
/* No available fields */
}
Represents the changes done to one file.
Available since: 1.0
Instance methods
ggit_diff_delta_ref
Atomically increments the reference count of delta
by one.
This function is MT-safe and may be called from any thread.
since: 1.0
ggit_diff_delta_unref
Atomically decrements the reference count of delta
by one.
If the reference count drops to 0, delta
is freed.
since: 1.0