X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/87a694395b1942209d18a8a1fc5105cb6ac3d754..68794a76cf18bbf9fd6970bdce4e5074896129c7:/lib/dvb/frontend.h?ds=sidebyside 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();