diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-09-02 01:30:26 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-09-02 01:30:26 +0000 |
| commit | cf3e9383de633c9305a950ba5896376b14e43e12 (patch) | |
| tree | 6b4147e5fce8d754911301f3d53c1e33431e292f /lib/python/python.h | |
| parent | 0379aa0cb4aab6c748b483de790de3b896611a0c (diff) | |
| download | enigma2-cf3e9383de633c9305a950ba5896376b14e43e12.tar.gz enigma2-cf3e9383de633c9305a950ba5896376b14e43e12.zip | |
- add ePython::call return support (only int)
Diffstat (limited to 'lib/python/python.h')
| -rw-r--r-- | lib/python/python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/python.h b/lib/python/python.h index 94359176..e9a2b8db 100644 --- a/lib/python/python.h +++ b/lib/python/python.h @@ -24,7 +24,7 @@ public: ePython(); ~ePython(); int execute(const std::string &pythonfile, const std::string &funcname); - static void call(PyObject *pFunc, PyObject *args); + static int call(PyObject *pFunc, PyObject *args); static PyObject *resolve(const std::string &pythonfile, const std::string &funcname); private: }; |
