diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-02-10 23:42:22 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-02-10 23:42:22 +0000 |
| commit | d7d291938c45893e28715fb12ae5b83d334084e9 (patch) | |
| tree | 56aefc1b03a6ce7e26e6f749aeac8992659c74cf /lib/service/listboxservice.h | |
| parent | 4953676fb9df2347981b4f3ddb17a4d725197b31 (diff) | |
| download | enigma2-d7d291938c45893e28715fb12ae5b83d334084e9.tar.gz enigma2-d7d291938c45893e28715fb12ae5b83d334084e9.zip | |
- add "getCurrent" to service listbox
- add python wrapper for navigation core
- use nav core - you can zap now :)
Diffstat (limited to 'lib/service/listboxservice.h')
| -rw-r--r-- | lib/service/listboxservice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/listboxservice.h b/lib/service/listboxservice.h index 45e5ba71..9d0cb721 100644 --- a/lib/service/listboxservice.h +++ b/lib/service/listboxservice.h @@ -12,6 +12,7 @@ class eListboxServiceContent: public virtual iListboxContent public: eListboxServiceContent(); void setRoot(const eServiceReference &ref); + void getCurrent(eServiceReference &ref); protected: void cursorHome(); |
