mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 15:26:00 +01:00
plugins: mark getFunctionAddressFromSignature deprecated
This commit is contained in:
parent
1df8b1957e
commit
7680cd549c
1 changed files with 3 additions and 1 deletions
|
@ -191,8 +191,10 @@ namespace HyprlandAPI {
|
|||
This is useful for hooking private functions.
|
||||
|
||||
returns: function address, or nullptr on fail.
|
||||
|
||||
Deprecated because of findFunctionsByName.
|
||||
*/
|
||||
APICALL void* getFunctionAddressFromSignature(HANDLE handle, const std::string& sig);
|
||||
APICALL [[deprecated]] void* getFunctionAddressFromSignature(HANDLE handle, const std::string& sig);
|
||||
|
||||
/*
|
||||
Adds a window decoration to a window
|
||||
|
|
Loading…
Reference in a new issue