X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/71dabb34a1b8002e7f1d055ac30113ba99ff886a..9bfa0ff587586c3bfe761200ca9fd890081024d4:/lib/python/enigma_python.i diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 8029a265..35290230 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -144,6 +144,7 @@ typedef long time_t; %immutable eComponentScan::statusChanged; %immutable eComponentScan::newService; %immutable pNavigation::m_event; +%immutable eListbox::selectionChanged; %include %include @@ -251,4 +252,9 @@ PyObject *New_TestObj() TestObj *result = (TestObj *)new TestObj(); return SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_TestObj, 1); } +PyObject *New_eServiceReference(const eServiceReference &ref) +{ + eServiceReference *result = new eServiceReference(ref); + return SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_eServiceReference, 1); +} %}