mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
docs: clarify special ptr validity
This commit is contained in:
parent
5a4768244b
commit
039f320202
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ namespace Hyprlang {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Get a special category's config value ptr. These are only static for static (key-less)
|
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.
|
key can be nullptr for static categories. Cannot be nullptr for id-based categories.
|
||||||
nullptr on fail.
|
nullptr on fail.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue