From c4f2b9b542581bf518bc36476e11ec15074f99b4 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 6 Mar 2006 12:00:06 +0000 Subject: add possibility to lock/unlock the rc devices (remote control) from python it is usable by this way: from enigma import eRCInput, eRCInputPtr (or *) rcinput = eRCInput.getInstance() rcinput.lock()... unlock()... islocked() --- lib/python/enigma_python.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/enigma_python.i') diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 29b66acf..4572243a 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -40,6 +40,7 @@ is usually caused by not marking PSignals as immutable. #include #include #include +#include #include #include #include @@ -150,6 +151,7 @@ typedef long time_t; %immutable eListbox::selectionChanged; %include +%include %include %include %include -- cgit v1.2.3