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

Function DeletePluginCallback

qt/OpenRGBDialog2/OpenRGBDialog2.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static void DeletePluginCallback(void * this_ptr, OpenRGBPluginEntry* plugin)
125{
126 OpenRGBDialog2 * this_obj = (OpenRGBDialog2 *)this_ptr;
127
128 this_obj->RemovePlugin(plugin);
129}
130
131static void DetectionEndedCallback(void * this_ptr)
132{

Callers

nothing calls this directly

Calls 1

RemovePluginMethod · 0.45

Tested by

no test coverage detected