Method

IdeRunnerset_cwd

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 const gchar*
 

The working directory or NULL.

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