load alternatives.xml in autostart plugin
[enigma2.git] / lib / service / servicefs.h
index 46e8b890df61c1deeb4fac81158cbb3f7c03ccce..4257f2acb578ede214398d4b81e0cfea6045bca2 100644 (file)
@@ -34,7 +34,8 @@ 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);
        RESULT getNext(eServiceReference &ptr);
        int compareLessEqual(const eServiceReference &, const eServiceReference &);
        RESULT startEdit(ePtr<iMutableServiceList> &);