change interface a bit
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 5 Jun 2006 21:20:43 +0000 (21:20 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 5 Jun 2006 21:20:43 +0000 (21:20 +0000)
lib/service/iservice.h

index 9b9621563903e9f3b234c56644958de7586489ad..fed66a290a8d03928e5f6efc0a7c7f5e6f1b7ef6 100644 (file)
@@ -442,9 +442,9 @@ class PyList;
 class iSubtitleOutput: public iObject
 {
 public:
-       virtual RESULT enableSubtitles(eWidget *parent, int index)=0;
+       virtual RESULT enableSubtitles(eWidget *parent, PyObject *entry)=0;
        virtual RESULT disableSubtitles(eWidget *parent)=0;
-       virtual SWIG_VOID(RESULT) getSubtitleList(PyList *list)=0;
+       virtual PyObject *getSubtitleList()=0;
 };
 
 TEMPLATE_TYPEDEF(ePtr<iSubtitleOutput>, iSubtitleOutputPtr);