X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c866e3ad3c089e189ff94d51cb125603b998f5c6..80f0ae4f5b0e4b8d5b8170512b2f9c5071edfcb2:/lib/service/event.h diff --git a/lib/service/event.h b/lib/service/event.h index 8a095ef7..f1a307ec 100644 --- a/lib/service/event.h +++ b/lib/service/event.h @@ -30,6 +30,8 @@ DECLARE_REF(eComponentData); }; SWIG_TEMPLATE_TYPEDEF(ePtr, eComponentDataPtr); +SWIG_ALLOW_OUTPUT_SIMPLE(eServiceReference); // needed for SWIG_OUTPUT in eServiceEvent::getLinkageService + SWIG_IGNORE(eServiceEvent); class eServiceEvent: public iObject { @@ -57,6 +59,7 @@ public: std::string getExtendedDescription() const { return m_extended_description; } std::string getBeginTimeString() const; SWIG_VOID(RESULT) getComponentData(ePtr &SWIG_OUTPUT, int tagnum) const; + PyObject *getComponentData() const; int getNumOfLinkageServices() const { return m_linkage_services.size(); } SWIG_VOID(RESULT) getLinkageService(eServiceReference &SWIG_OUTPUT, eServiceReference &parent, int num) const; };