Home
last modified time | relevance | path

Searched refs:pymelem_type (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c705 static PyTypeObject pymelem_type = { variable
1060 Py_INCREF(&pymelem_type); in alsa_mixer_simple_pyinit()
1062 PyModule_AddObject(py_mod, "InternalMElement", (PyObject *)&pymelem_type); in alsa_mixer_simple_pyinit()
1136 if (PyType_Ready(&pymelem_type) < 0 || in alsa_mixer_simple_finit()

Completed in 2 milliseconds