diff options
author | Vaxry <[email protected]> | 2024-02-15 03:00:01 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-02-15 03:00:06 +0000 |
commit | 75492802e0bb077f14e615232a865185d0368c9b (patch) | |
tree | 3f76923a044fc8b245aeb2c463c90161cedc4c1b | |
parent | 3a6451b6026a5f38987e61ee07b442910b5432f5 (diff) | |
download | Hyprland-75492802e0bb077f14e615232a865185d0368c9b.tar.gz Hyprland-75492802e0bb077f14e615232a865185d0368c9b.zip |
mention hyprlang docs
-rw-r--r-- | src/plugins/PluginAPI.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/PluginAPI.hpp b/src/plugins/PluginAPI.hpp index c58d982e..a7a998b4 100644 --- a/src/plugins/PluginAPI.hpp +++ b/src/plugins/PluginAPI.hpp @@ -125,6 +125,8 @@ namespace HyprlandAPI { /* Get a config value. + Please see the <hyprlang.hpp> header or https://hyprland.org/hyprlang/ for docs regarding Hyprlang types. + returns: a pointer to the config value struct, which is guaranteed to be valid for the life of this plugin, unless another `addConfigValue` is called afterwards. nullptr on error. */ |