/// // Setup the environment variables for the process. void QmlZproc::setEnv (QmlZhashx *args) { zproc_set_env (self, args->self); };
/// // Setup the environment variables for the process. void QmlZproc::setEnv (QmlZhash *arguments) { zproc_set_env (self, &arguments->self); };