Method

GgitBlameHunkget_final_commit_id

Declaration [src]

GgitOId*
ggit_blame_hunk_get_final_commit_id (
  GgitBlameHunk* blame_hunk
)

Description [src]

Get the id of the commit where this hunk was last changed.

Return value

Returns: GgitOId
 

A GgitOId or NULL.

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