Method

IdeRunnerset_cwd

since: 3.32

Declaration

void
ide_runner_set_cwd (
  IdeRunner* self,
  const gchar* cwd
)

Description

Sets the directory to use when spawning the runner.

Available since: 3.32

Sets propertyIde.Runner:cwd

Parameters

cwd

Type: const gchar*

The working directory or NULL.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.