summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2023-03-05 19:03:54 -0800
committerGitHub <noreply@github.com>2023-03-05 19:03:54 -0800
commitb0bf2b1cd1424b174c1c449c34711a48a2c1115e (patch)
treef206f44839034fe341a675d5e0f9e0b29b079d41
parent6df09f9fcb1d8331bacab52e3c9266eeb8f76f3f (diff)
downloaddecky-bazzite-buddy-b0bf2b1cd1424b174c1c449c34711a48a2c1115e.tar.gz
decky-bazzite-buddy-b0bf2b1cd1424b174c1c449c34711a48a2c1115e.zip
Revert due to changes breaking plugins
-rw-r--r--decky_plugin.pyi14
1 files changed, 0 insertions, 14 deletions
diff --git a/decky_plugin.pyi b/decky_plugin.pyi
index 72e1686..6f7e580 100644
--- a/decky_plugin.pyi
+++ b/decky_plugin.pyi
@@ -36,14 +36,6 @@ It would be `root` if `root` was specified in the plugin's flags otherwise the u
e.g.: `deck`
"""
-USER_ID: int
-"""
-The effective UID running the process.
-Environment variable: `UID`.
-It would be `0` if `root` was specified in the plugin's flags otherwise the id of the user whose home decky resides in.
-e.g.: `1000`
-"""
-
DECKY_VERSION: str
"""
The version of the decky loader.
@@ -58,12 +50,6 @@ Environment variable: `DECKY_USER`.
e.g.: `deck`
"""
-DECKY_USER_ID: int
-"""
-The UID of the user whose home decky resides in.
-Environment variable: `DECKY_USER_ID`.
-e.g.: `1000`
-"""
DECKY_USER_HOME: str
"""