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

Type: GgitOId

A GgitOId or NULL.

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