X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b3faf74faa0d7539fb0b61e2ab35512c7286d23e..d4969fafffd49c4791f56141d57281a83007a29b:/lib/python/enigma_python.i diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 3783beed..9ef269b2 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -50,6 +50,7 @@ is usually caused by not marking PSignals as immutable. #include #include #include +#include #include #include #include @@ -163,6 +164,7 @@ typedef long time_t; %include %include %include +%include %include %include %include @@ -295,6 +297,14 @@ PyObject *getBestPlayableServiceReference(const eServiceReference &bouquet_ref, } %} +void setTunerTypePriorityOrder(int); +%{ +void setTunerTypePriorityOrder(int order) +{ + eDVBFrontend::setTypePriorityOrder(order); +} +%} + /************** temp *****************/ /* need a better place for this, i agree. */