aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-11-08 00:16:49 +0100
committerghost <andreas.monzner@multimedia-labs.de>2008-11-08 00:16:49 +0100
commit19b37ace32489ada16dbc4c88b74907064d9c292 (patch)
tree9fa38219e1c6db692373286091b39ee629ee1422 /lib/python/enigma_python.i
parentb81939c5a6375795d59a7fd8d9f81c0810c7eebe (diff)
downloadenigma2-19b37ace32489ada16dbc4c88b74907064d9c292.tar.gz
enigma2-19b37ace32489ada16dbc4c88b74907064d9c292.zip
add (tune)simulate support to some functions
Diffstat (limited to 'lib/python/enigma_python.i')
-rw-r--r--lib/python/enigma_python.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index 8f05d53d..7de05d2b 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -282,9 +282,9 @@ PyObject *New_iRecordableServicePtr(const ePtr<iRecordableService> &ptr)
/* needed for service groups */
-PyObject *getBestPlayableServiceReference(const eServiceReference &bouquet_ref, const eServiceReference &ignore);
+PyObject *getBestPlayableServiceReference(const eServiceReference &bouquet_ref, const eServiceReference &ignore, bool simulate=false);
%{
-PyObject *getBestPlayableServiceReference(const eServiceReference &bouquet_ref, const eServiceReference &ignore)
+PyObject *getBestPlayableServiceReference(const eServiceReference &bouquet_ref, const eServiceReference &ignore, bool simulate=false)
{
eStaticServiceDVBBouquetInformation info;
if (info.isPlayable(bouquet_ref, ignore))