add infrastructure for record service events (not finished yet)
[enigma2.git] / lib / service / servicefs.h
index 46e8b890df61c1deeb4fac81158cbb3f7c03ccce..abd10f37b83916804b34802a3c374c374acacf9f 100644 (file)
@@ -34,7 +34,9 @@ private:
 public:
        virtual ~eServiceFS();
        
-       RESULT getContent(std::list<eServiceReference> &list);
+       RESULT getContent(std::list<eServiceReference> &list, bool sorted=false);
+       RESULT getContent(PyObject *list, bool sorted=false);
+       PyObject *getContent(const char *format, bool sorted=false);
        RESULT getNext(eServiceReference &ptr);
        int compareLessEqual(const eServiceReference &, const eServiceReference &);
        RESULT startEdit(ePtr<iMutableServiceList> &);