From 2c34a36b091994d17a50001faba2f1609c1a6231 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 5 Jun 2006 21:20:43 +0000 Subject: [PATCH] change interface a bit --- lib/service/iservice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 9b962156..fed66a29 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -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, iSubtitleOutputPtr); -- 2.30.2