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

Method CBCecAlert

src/libcec/SwigHelper.h:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 static void CBCecAlert(void* param, const libcec_alert alert, const libcec_parameter cbparam)
214 {
215 PyGILState_STATE gstate = PyGILState_Ensure();
216 CallPythonCallback(param, PYTHON_CB_ALERT,
217 Py_BuildValue("(I,I)", alert, cbparam));
218 PyGILState_Release(gstate);
219 }
220
221 static void CBCecConfigurationChanged(void* param, const libcec_configuration* configuration)
222 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected