Method

GgitReflogEntryget_committer

Declaration [src]

GgitSignature*
ggit_reflog_entry_get_committer (
  GgitReflogEntry* reflog_entry
)

Description [src]

Gets the committer as a GgitSignature.

Return value

Type: GgitSignature

The committer or NULL.

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