MCPcopy Create free account
hub / github.com/VortexCoyote/hyprfocus / string PLUGIN_API_VERSION

Method string PLUGIN_API_VERSION

src/main.cpp:69–71  ·  view source on GitHub ↗

Do NOT change this function.

Source from the content-addressed store, hash-verified

67
68// Do NOT change this function.
69APICALL EXPORT std::string PLUGIN_API_VERSION() {
70 return HYPRLAND_API_VERSION;
71}
72
73APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
74 PHANDLE = handle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected