diff options
Diffstat (limited to 'lib/service/servicedvb.h')
| -rw-r--r-- | lib/service/servicedvb.h | 4 |
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; |
