Method

GgitReflogEntryget_old_id

Declaration [src]

GgitOId*
ggit_reflog_entry_get_old_id (
  GgitReflogEntry* reflog_entry
)

Description [src]

Gets the old GgitOId.

Return value

Returns: GgitOId
 

The old oid or NULL.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.