aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-06-05 21:21:31 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-06-05 21:21:31 +0000
commitc389119db9c2134103d5845dca1387ad7d8367da (patch)
tree3dc823a546e5adb0809f0a878cf844929bd8b4a6 /lib/service/servicedvb.h
parent2c34a36b091994d17a50001faba2f1609c1a6231 (diff)
downloadenigma2-c389119db9c2134103d5845dca1387ad7d8367da.tar.gz
enigma2-c389119db9c2134103d5845dca1387ad7d8367da.zip
add subtitle list
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index 85653caa..00aba963 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -142,9 +142,9 @@ public:
void setCutListEnable(int enable);
// iSubtitleOutput
- RESULT enableSubtitles(eWidget *parent, int index);
+ RESULT enableSubtitles(eWidget *parent, PyObject *entry);
RESULT disableSubtitles(eWidget *parent);
- SWIG_VOID(RESULT) getSubtitleList(PyList *list);
+ PyObject *getSubtitleList();
private:
friend class eServiceFactoryDVB;