Method

IdeConfigget_environ

Declaration

gchar**
ide_config_get_environ (
  IdeConfig* self
)

Description

Gets the environment to use when spawning processes.

Available since:3.32

Return value

Returns: An array of utf8
 

An array of key=value environment variables.

 The caller of the method takes ownership of the data, and is responsible for freeing it.