aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-02-15 03:00:01 +0000
committerVaxry <[email protected]>2024-02-15 03:00:06 +0000
commit75492802e0bb077f14e615232a865185d0368c9b (patch)
tree3f76923a044fc8b245aeb2c463c90161cedc4c1b
parent3a6451b6026a5f38987e61ee07b442910b5432f5 (diff)
downloadHyprland-75492802e0bb077f14e615232a865185d0368c9b.tar.gz
Hyprland-75492802e0bb077f14e615232a865185d0368c9b.zip
mention hyprlang docs
-rw-r--r--src/plugins/PluginAPI.hpp2
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.
*/