MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / CBCecConfigurationChanged

Method CBCecConfigurationChanged

src/libcec/SwigHelper.h:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 static void CBCecConfigurationChanged(void* param, const libcec_configuration* configuration)
222 {
223 PyGILState_STATE gstate = PyGILState_Ensure();
224 CallPythonCallback(param, PYTHON_CB_CONFIGURATION,
225 Py_BuildValue("(I)", configuration));
226 PyGILState_Release(gstate);
227 }
228
229 static int CBCecCommandHandler(void* param, const CEC::cec_command* command)
230 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected