Method
FoundryGitCommitBuilderdup_author_email
unstable since: 1.1
Declaration [src]
char*
foundry_git_commit_builder_dup_author_email (
FoundryGitCommitBuilder* self
)
Description [src]
Gets the author email address that will be used for the commit.
Available since: 1.1
Return value
Type: char*
The author email, 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. |