From 5ff227c657e02ebe2bc719faf4bd2231a04850c8 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 24 Jan 2006 00:29:54 +0000 Subject: add ability to copy providers or all services from satellites to favourites (this creates a new bouquet) add ability to remove a complete bouquet both are just working with enabled multi bouquet mode --- lib/python/enigma_python.i | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/python/enigma_python.i') diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 8029a265..53238e4a 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -251,4 +251,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); +} %} -- cgit v1.2.3