Method
FoundryGitCommitBuilderdup_signing_key
unstable since: 1.1
Declaration [src]
char*
foundry_git_commit_builder_dup_signing_key (
FoundryGitCommitBuilder* self
)
Description [src]
Gets the signing key identifier that will be used for signing the commit.
Available since: 1.1
Return value
Type: char*
The signing key identifier, or NULL
if not set. The caller should free the returned string with g_free()
when done.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |
| The value is a NUL terminated UTF-8 string. |