Method

FoundryBuildPipelineprepend_path

unstable since: 1.1

Declaration [src]

void
foundry_build_pipeline_prepend_path (
  FoundryBuildPipeline* self,
  const char* path
)

Description [src]

Adds a path to the list of paths that will be prepended to PATH.

Available since: 1.1

Parameters

path

Type: const char*

The path to prepend.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.