From ddc3964ed95d01e72229dc9af968a327cd84e56c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 1 Oct 2004 13:21:35 +0000 Subject: - add python, missing gui - remove console (needs to be rewritten anyway) - eString -> std::string --- lib/python/enigma_python.i | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lib/python/enigma_python.i (limited to 'lib/python/enigma_python.i') diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i new file mode 100644 index 00000000..67244f10 --- /dev/null +++ b/lib/python/enigma_python.i @@ -0,0 +1,23 @@ +%module enigma +%{ +#define SWIG_COMPILE +#include +#include +#include +#include +#include +%} + +#define DEBUG +%include "stl.i" +%include +%include +%include +%include +%include +%include +%template(eServiceCenterPtr) ePtr; +%template(iPlayableServicePtr) ePtr; +%template(iPauseableServicePtr) ePtr; +%template(iRecordableServicePtr) ePtr; +%template(iListableServicePtr) ePtr; -- cgit v1.2.3