openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
pythonconfig.h
Go to the documentation of this file.
1 #ifndef __lib_python_pythonconfig_h_
2 #define __lib_python_pythonconfig_h_
3 
4 #include <lib/base/nconfig.h>
5 #include <lib/python/python.h>
6 
8 {
9  static ePyObject m_queryFunc;
10 #ifndef SWIG
11  RESULT getConfigValue(const char *key, std::string &value);
12  std::string getConfig(const char *key);
13 #endif
14 public:
17  static void setQueryFunc(SWIG_PYOBJECT(ePyObject) func);
18 };
19 
20 #endif // __lib_python_pythonconfig_h_
Definition: nconfig.h:8
Definition: python.h:31
Definition: pythonconfig.h:8
~ePythonConfigQuery()
Definition: pythonconfig.h:16
ePythonConfigQuery()
Definition: pythonconfig.h:15
static void setQueryFunc(SWIG_PYOBJECT(ePyObject) func)
Definition: pythonconfig.cpp:6
value
Definition: Profile.py:29
int RESULT
Definition: object.h:12
#define SWIG_PYOBJECT(x)
Definition: swig.h:23