Method

FoundryBuildPipelinedup_srcdir

unstable since: 1.1

Declaration [src]

char*
foundry_build_pipeline_dup_srcdir (
  FoundryBuildPipeline* self
)

Description [src]

Gets the project directory path from the context as a string.

Available since: 1.1

Return value

Type: char*

A string containing the project directory path.

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.