docs: clarify special ptr validity

This commit is contained in:
Vaxry 2024-02-15 02:34:04 +00:00
parent 5a4768244b
commit 039f320202
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/