mirror of
https://github.com/hyprwm/hyprlang.git
synced 2026-05-09 01:18:10 +02:00
fix getAnyConfigValue note to reference value counterpart instead of ptr
This commit is contained in:
parent
1e274f9784
commit
4233e88d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ namespace Hyprlang {
|
|||
- `name` -> `general:gaps_out`
|
||||
- `category[key]:name` -> `windowrule[name]:enable`
|
||||
|
||||
\note Prefer `getConfigValuePtr` or `getSpecialConfigValuePtr` to avoid unnecessary lookup and parsing.
|
||||
\note Prefer `getConfigValue` or `getSpecialConfigValue` to avoid unnecessary lookup and parsing.
|
||||
*/
|
||||
std::any getAnyConfigValue(const char* name) {
|
||||
CConfigValue* val = getAnyConfigValuePtr(name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue