Struct
GgitDiffDelta
Description [src]
struct GgitDiffDelta {
/* No available fields */
}
Represents the changes done to one file.
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.
ggit_diff_delta_unref
Atomically decrements the reference count of delta
by one.
If the reference count drops to 0, delta
is freed.