diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-19 10:33:22 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-19 10:33:22 +0000 |
| commit | 68794a76cf18bbf9fd6970bdce4e5074896129c7 (patch) | |
| tree | 2f738962d45de959e6e5c8820f0cbd4a83d73ee6 /lib/dvb/frontend.h | |
| parent | 87a694395b1942209d18a8a1fc5105cb6ac3d754 (diff) | |
| download | enigma2-68794a76cf18bbf9fd6970bdce4e5074896129c7.tar.gz enigma2-68794a76cf18bbf9fd6970bdce4e5074896129c7.zip | |
fix error handling
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index d2070e96..6bf36466 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -122,7 +122,7 @@ public: int isCompatibleWith(ePtr<iDVBFrontendParameters> &feparm); int getDVBID() { return m_dvbid; } int getSlotID() { return m_slotid; } - void setSlotInfo(ePyObject obj); // get a tuple (slotid, slotdescr) + bool setSlotInfo(ePyObject obj); // get a tuple (slotid, slotdescr) int openFrontend(); int closeFrontend(); |
