use hex instead of decimal
[enigma2.git] / lib / service / servicefs.h
index 4257f2acb578ede214398d4b81e0cfea6045bca2..479718d867ff789d4778d8defad8947fc585d59b 100644 (file)
@@ -35,7 +35,8 @@ public:
        virtual ~eServiceFS();
        
        RESULT getContent(std::list<eServiceReference> &list, bool sorted=false);
-       RESULT getContent(PyObject *list, bool sorted=false);
+       RESULT getContent(SWIG_PYOBJECT(ePyObject) 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> &);