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

Method CBCecSourceActivated

src/libcec/SwigHelper.h:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 static void CBCecSourceActivated(void* param, const CEC::cec_logical_address logicalAddress, const uint8_t activated)
206 {
207 PyGILState_STATE gstate = PyGILState_Ensure();
208 CallPythonCallback(param, PYTHON_CB_SOURCE_ACTIVATED,
209 Py_BuildValue("(I,I)", logicalAddress, activated));
210 PyGILState_Release(gstate);
211 }
212
213 static void CBCecAlert(void* param, const libcec_alert alert, const libcec_parameter cbparam)
214 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected