mirror of
https://github.com/hyprwm/hyprlang.git
synced 2026-05-07 08:28:00 +02:00
improve getAnyConfigValue documentation
This commit is contained in:
parent
5e38fce1b4
commit
d1cf66ce14
1 changed files with 6 additions and 0 deletions
|
|
@ -411,6 +411,12 @@ namespace Hyprlang {
|
|||
|
||||
/*!
|
||||
Get a basic or special config value's stored value. Empty on fail.
|
||||
|
||||
Syntax:
|
||||
- `name` -> `general:gaps_out`
|
||||
- `category[key]:name` -> `windowrule[name]:enable`
|
||||
|
||||
\note Prefer `getConfigValuePtr` or `getSpecialConfigValuePtr` to avoid unnecessary lookup and parsing.
|
||||
*/
|
||||
std::any getAnyConfigValue(const char* name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue