Function glib::environ_getenv[][src]

pub fn environ_getenv<K: AsRef<OsStr>>(
    envp: &[OsString],
    variable: K
) -> Option<OsString>