Method

FoundryBuildPipelinedup_builddir

Declaration [src]

char*
foundry_build_pipeline_dup_builddir (
  FoundryBuildPipeline* self
)

Description [src]

Gets the directory where the project should be built.

Return value

Type: char*

A string containing a file 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.