add ability to copy providers or all services from satellites to favourites (this...
[enigma2.git] / lib / python / enigma_python.i
index 8029a2651e18b710285b75817bba8b0392d76f09..53238e4a9344fe73ae0a7d576a75cc1b1e78af3d 100644 (file)
@@ -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);
+}
 %}