Function glib::functions::environ_setenv
[−]
[src]
pub fn environ_setenv(
envp: &[&str],
variable: &str,
value: &str,
overwrite: bool
) -> Vec<String>