Method

IdeRunnerget_cwd

since: 3.32

Declaration

const gchar*
ide_runner_get_cwd (
  IdeRunner* self
)

Description

No description available.

Available since: 3.32

Gets propertyIde.Runner:cwd

Return value

Type: const gchar*

The current working directory, or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.