From f2c69b1c3a49b8b03866894fe3e3f3a4f330f517 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 9 Mar 2006 12:01:47 +0000 Subject: make eDVBResourceManager accessible from python (needed for allocate a raw iDVBChannel) make iDVBChannel accessible from python (needed for get iDVBFrontend) make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages --- lib/python/enigma_python.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/python/enigma_python.i') diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 36aeaa13..29294b12 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -72,6 +72,9 @@ is usually caused by not marking PSignals as immutable. #include #include #include +#include +#include +#include #include #include #include @@ -188,6 +191,9 @@ typedef long time_t; %include %include %include +%include +%include +%include %include %include %include -- cgit v1.2.3