MCPcopy Create free account
hub / github.com/CuarzoSoftware/Louvre / bind

Method bind

src/lib/protocols/LayerShell/GLayerShell.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23void GLayerShell::bind(wl_client *client, void */*data*/, UInt32 version, UInt32 id) noexcept
24{
25 new GLayerShell(client, version, id);
26}
27
28Louvre::Int32 GLayerShell::maxVersion() noexcept
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected