Method

GgitDiffLineref

Declaration [src]

GgitDiffLine*
ggit_diff_line_ref (
  GgitDiffLine* line
)

Description [src]

Atomically increments the reference count of line by one. This function is MT-safe and may be called from any thread.

Return value

Returns: GgitDiffLine
 

A GgitDiffLine or NULL.

 The data is owned by the instance.
 The return value can be NULL.