much more flexible method to get a servicelist in python..
[enigma2.git] / lib / service / iservice.h
index 3a0e32cd328808ff2debd846bd42835b2a1afea1..5ddf0cf8bbf7f73566607ab77902c0438414c862 100644 (file)
@@ -513,7 +513,7 @@ class iListableService: public iObject
 public:
                /* legacy interface: get a list */
        virtual RESULT getContent(std::list<eServiceReference> &list, bool sorted=false)=0;
-       virtual RESULT getContent(PyObject *list, bool sorted=false)=0;
+       virtual PyObject *getContent(const char* format, bool sorted=false)=0;
 
                /* new, shiny interface: streaming. */
        virtual SWIG_VOID(RESULT) getNext(eServiceReference &SWIG_OUTPUT)=0;