Returns the value of the environment variable variable
in the provided list envp
.
envp |
an environment list (eg, as returned from @get), or null for an empty environment list |
variable |
the environment variable to get, in the GLib file name encoding |
the value of the environment variable, or null if the environment variable is not set
in |