Method
GgitCommitget_committer
Declaration [src]
GgitSignature*
ggit_commit_get_committer (
GgitCommit* commit
)
Description [src]
Gets the committer of commit
. The returned value must be free’d with g_object_unref().
Return value
Returns: | GgitSignature |
The committer 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 . |