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