Method

GgitReflogEntryget_committer

Declaration [src]

GgitSignature*
ggit_reflog_entry_get_committer (
  GgitReflogEntry* reflog_entry
)

Description [src]

Gets the committer as a GgitSignature.

Return value

Returns: GgitSignature
 

The committer or NULL.

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