diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-24 00:29:54 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-24 00:29:54 +0000 |
| commit | 5ff227c657e02ebe2bc719faf4bd2231a04850c8 (patch) | |
| tree | 8e7361161ee08db583147d47e2662b94219ed324 /lib/service/servicefs.h | |
| parent | 3e9bd06034d9656d4346225e90e68a65327a4aa0 (diff) | |
| download | enigma2-5ff227c657e02ebe2bc719faf4bd2231a04850c8.tar.gz enigma2-5ff227c657e02ebe2bc719faf4bd2231a04850c8.zip | |
add ability to copy providers or all services from satellites to favourites (this creates a new bouquet)
add ability to remove a complete bouquet
both are just working with enabled multi bouquet mode
Diffstat (limited to 'lib/service/servicefs.h')
| -rw-r--r-- | lib/service/servicefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/service/servicefs.h b/lib/service/servicefs.h index 46e8b890..4257f2ac 100644 --- a/lib/service/servicefs.h +++ b/lib/service/servicefs.h @@ -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> &); |
