From 75492802e0bb077f14e615232a865185d0368c9b Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 15 Feb 2024 03:00:01 +0000 Subject: [PATCH] mention hyprlang docs --- src/plugins/PluginAPI.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 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. */