Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "HTTPPythonWsgiInvoker.h"
#include "ServiceBroker.h"
#include "URL.h"
#include "addons/Webinterface.h"
#include "addons/addoninfo/AddonType.h"
#include "interfaces/legacy/wsgi/WsgiErrorStream.h"
#include "interfaces/legacy/wsgi/WsgiInputStream.h"
#include "interfaces/legacy/wsgi/WsgiResponse.h"
#include "interfaces/python/swig.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include <utility>
#include <Python.h>
Namespaces | |
namespace | PythonBindings |
Macros | |
#define | MODULE "xbmc" |
#define | RUNSCRIPT_PREAMBLE |
#define | RUNSCRIPT_SETUPTOOLS_HACK |
#define | RUNSCRIPT_POSTSCRIPT |
#define | RUNSCRIPT RUNSCRIPT_PREAMBLE RUNSCRIPT_POSTSCRIPT |
Functions | |
PyObject * | PythonBindings::PyInit_Module_xbmc (void) |
PyObject * | PythonBindings::PyInit_Module_xbmcaddon (void) |
PyObject * | PythonBindings::PyInit_Module_xbmcwsgi (void) |
#define MODULE "xbmc" |
#define RUNSCRIPT RUNSCRIPT_PREAMBLE RUNSCRIPT_POSTSCRIPT |
#define RUNSCRIPT_POSTSCRIPT |
#define RUNSCRIPT_PREAMBLE |
#define RUNSCRIPT_SETUPTOOLS_HACK |