Method

FoundryGitCommitBuilderdup_author_name

unstable since: 1.1

Declaration [src]

char*
foundry_git_commit_builder_dup_author_name (
  FoundryGitCommitBuilder* self
)

Description [src]

Gets the author name that will be used for the commit.

Available since: 1.1

Return value

Type: char*

The author name, 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.