Efl.Exe.env

Description

If env is NULL then the process created by this object is going to inherit the environment of this process.

In case env is not NULL then the environment variables declared in this object will represent the environment passed to the new process.

Values

  • env - env will be referenced until this object does not need it anymore.

Signature

@property env {
    get {}
    set {}
    values {
        env: Efl.Core.Env;
    }
}

C signature

Efl_Core_Env *efl_exe_env_get(const Eo *obj);
void efl_exe_env_set(Eo *obj, Efl_Core_Env *env);

Implemented by