Method
GgitReflogget_entry_from_index
Declaration [src]
GgitReflogEntry*
ggit_reflog_get_entry_from_index (
GgitReflog* reflog,
guint idx
)
Return value
Type: GgitReflogEntry
The reflog entry at the index, or NULL
if not found.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |