Gio.AppLaunchContext.prototype.unsetenv

function unsetenv(variable: String): void {
    // Gjs wrapper for g_app_launch_context_unsetenv()
}
  

Arranges for variable to be unset in the child's environment when context is used to launch an application.

Since 2.32

variable

the environment variable to remove