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