Do NOT change this function.
| 67 | |
| 68 | // Do NOT change this function. |
| 69 | APICALL EXPORT std::string PLUGIN_API_VERSION() { |
| 70 | return HYPRLAND_API_VERSION; |
| 71 | } |
| 72 | |
| 73 | APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) { |
| 74 | PHANDLE = handle; |
nothing calls this directly
no outgoing calls
no test coverage detected