Method

IdeConfigget_environ

Declaration

gchar**
ide_config_get_environ (
  IdeConfig* self
)

Description

Gets the environment to use when spawning processes.

Gets propertyIde.Config:environ

Return value

Type: An array of utf8

An array of key=value environment variables.

The array is NULL-terminated.
The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.