Method
FoundryGitCommitBuilderdup_message
unstable since: 1.1
Declaration [src]
char*
foundry_git_commit_builder_dup_message (
FoundryGitCommitBuilder* self
)
Return value
Type: char*
The commit message, 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. |