mention hyprlang docs

This commit is contained in:
Vaxry 2024-02-15 03:00:01 +00:00
parent 3a6451b602
commit 75492802e0
1 changed files with 2 additions and 0 deletions

View File

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