Method

FoundryCiArtifactdup_name

unstable since: 1.2

Declaration [src]

char*
foundry_ci_artifact_dup_name (
  FoundryCiArtifact* self
)

Description [src]

Gets the user-visible name of the artifact.

Available since: 1.2

Return value

Type: char*

The artifact name.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.