Method

GgitDiffBinaryFileref

Declaration [src]

GgitDiffBinaryFile*
ggit_diff_binary_file_ref (
  GgitDiffBinaryFile* file
)

Description [src]

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

Return value

Returns: GgitDiffBinaryFile
 

A GgitDiffBinaryFile.

 The caller of the method takes ownership of the data, and is responsible for freeing it.