Method
GgitRepositorylookup_commit
Declaration [src]
GgitCommit*
ggit_repository_lookup_commit (
GgitRepository* repository,
GgitOId* oid,
GError** error
)
Parameters
oid |
GgitOId |
A |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GgitCommit |
A |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |