Gets the content in bytes.
Gets the content offset.
Gets the Line number in new file or -1 for deleted line.
Gets the line number in old file or -1 for added line.
Gets the #GgitDiffLineType value.
Get the content of the diff line as UTF-8 encoded text.
Atomically increments the reference count of line
by one.
This function is MT-safe and may be called from any thread.
Atomically decrements the reference count of line
by one.
If the reference count drops to 0, line
is freed.
Represents the line of a diff.