Method

GgitDiffFileget_oid

Declaration [src]

GgitOId*
ggit_diff_file_get_oid (
  GgitDiffFile* file
)

Description [src]

Gets the GgitOId for file.

Return value

Returns: GgitOId
 

The file’s GgitOId or NULL.

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