From 039f320202e8f2921f55c7023668b5aa1fa099c6 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 15 Feb 2024 02:34:04 +0000 Subject: [PATCH] docs: clarify special ptr validity --- include/hyprlang.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hyprlang.hpp b/include/hyprlang.hpp index e66a903..3447594 100644 --- a/include/hyprlang.hpp +++ b/include/hyprlang.hpp @@ -342,7 +342,7 @@ namespace Hyprlang { /*! Get a special category's config value ptr. These are only static for static (key-less) - categories, unless a new variable is added via addSpecialConfigValue or removed via removeSpecialConfigValue. + categories. key can be nullptr for static categories. Cannot be nullptr for id-based categories. nullptr on fail. */