python object refcount debugging code second try
[enigma2.git] / lib / base / nconfig.h
index 2c87491a0b374215a40ed79ca89230711052f879..366743929be0bd9e4af0e5e7feacb9bd1235ad22 100644 (file)
@@ -5,11 +5,11 @@
 
 class ePythonConfigQuery
 {
-       static PyObject *m_queryFunc;
+       static ePyObject m_queryFunc;
        ePythonConfigQuery() {}
        ~ePythonConfigQuery() {}
 public:
-       static void setQueryFunc(PyObject *func);
+       static void setQueryFunc(SWIG_PYOBJECT(ePyObject) func);
 #ifndef SWIG
        static RESULT getConfigValue(const char *key, std::string &value);
 #endif