Method

GgitReflogEntryget_new_id

Declaration [src]

GgitOId*
ggit_reflog_entry_get_new_id (
  GgitReflogEntry* reflog_entry
)

Description [src]

Gets the new GgitOId.

Return value

Returns: GgitOId
 

The new 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.