X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8b7bd9c03984b5f534a0c50561621c1368d926da..5c939afe98208f50aa7442aa7ef8374bec1cc12d:/lib/dvb/frontend.h 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 &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();