MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / NetworkClientInfoChangeCallback

Function NetworkClientInfoChangeCallback

ResourceManager.cpp:577–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577static void NetworkClientInfoChangeCallback(void* this_ptr)
578{
579 ResourceManager* this_obj = (ResourceManager*)this_ptr;
580
581 this_obj->DeviceListChanged();
582}
583
584void ResourceManager::RegisterNetworkClient(NetworkClient* new_client)
585{

Callers

nothing calls this directly

Calls 1

DeviceListChangedMethod · 0.45

Tested by

no test coverage detected