mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:05:58 +01:00
mention hyprlang docs
This commit is contained in:
parent
3a6451b602
commit
75492802e0
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ namespace HyprlandAPI {
|
|||
/*
|
||||
Get a config value.
|
||||
|
||||
Please see the <hyprlang.hpp> header or https://hyprland.org/hyprlang/ for docs regarding Hyprlang types.
|
||||
|
||||
returns: a pointer to the config value struct, which is guaranteed to be valid for the life of this plugin, unless another `addConfigValue` is called afterwards.
|
||||
nullptr on error.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue