Package: glib

Function g-environ

Lambda List

g-environ ()

Return Value

The list of strings with the environment variables.

Details

Gets the list of environment variables for the current process. Each item in the list is of the form 'NAME = VALUE'.

This is equivalent to direct access to the 'environ' global variable, except portable.
 

See also

2020-10-23