Util.getEnviron

Gets the list of environment variables for the current process. The list is NULL terminated and each item in the list is of the form 'NAME=VALUE'. This is equivalent to direct access to the 'environ' global variable, except portable. The return value is freshly allocated and it should be freed with g_strfreev() when it is no longer needed. Since 2.28

class Util
static
string[]
getEnviron
()

Return Value

Type: string[]

the list of environment variables. [array zero-terminated=1][transfer full]

Meta