Method
GgitCommitget_author
Declaration [src]
GgitSignature*
ggit_commit_get_author (
GgitCommit* commit
)
Description [src]
Gets the author of commit. The returned value must be free’d with g_object_unref().
Return value
| Returns: | GgitSignature |
The author of the commit. |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |