aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-19 10:33:22 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-19 10:33:22 +0000
commit68794a76cf18bbf9fd6970bdce4e5074896129c7 (patch)
tree2f738962d45de959e6e5c8820f0cbd4a83d73ee6 /lib/dvb/dvb.h
parent87a694395b1942209d18a8a1fc5105cb6ac3d754 (diff)
downloadenigma2-68794a76cf18bbf9fd6970bdce4e5074896129c7.tar.gz
enigma2-68794a76cf18bbf9fd6970bdce4e5074896129c7.zip
fix error handling
Diffstat (limited to 'lib/dvb/dvb.h')
-rw-r--r--lib/dvb/dvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h
index f36e6f67..38d18f78 100644
--- a/lib/dvb/dvb.h
+++ b/lib/dvb/dvb.h
@@ -210,7 +210,7 @@ public:
#endif
PSignal1<void,int> frontendUseMaskChanged;
SWIG_VOID(RESULT) allocateRawChannel(eUsePtr<iDVBChannel> &SWIG_OUTPUT, int slot_index);
- void setFrontendSlotInformations(SWIG_PYOBJECT(ePyObject) list);
+ PyObject *setFrontendSlotInformations(SWIG_PYOBJECT(ePyObject) list);
};
SWIG_TEMPLATE_TYPEDEF(ePtr<eDVBResourceManager>, eDVBResourceManager);
SWIG_EXTEND(ePtr<eDVBResourceManager>,