![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <Python.h>
#include <algorithm>
#include "cores/DllLoader/DllLoaderContainer.h"
#include "XBPython.h"
#include "filesystem/File.h"
#include "filesystem/SpecialProtocol.h"
#include "utils/JSONVariantWriter.h"
#include "utils/log.h"
#include "utils/Variant.h"
#include "Util.h"
#include "settings/AdvancedSettings.h"
#include "settings/SettingsComponent.h"
#include "threads/SystemClock.h"
#include "interfaces/AnnouncementManager.h"
#include "interfaces/legacy/Monitor.h"
#include "interfaces/legacy/AddonUtils.h"
#include "interfaces/python/AddonPythonInvoker.h"
#include "interfaces/python/PythonInvoker.h"
#include "ServiceBroker.h"
Macros | |
#define | LOCK_AND_COPY(type, dest, src) |
#define | CHECK_FOR_ENTRY(l, v) (l.hadSomethingRemoved ? (std::find(l.begin(),l.end(),v) != l.end()) : true) |
#define CHECK_FOR_ENTRY | ( | l, | |
v | |||
) | (l.hadSomethingRemoved ? (std::find(l.begin(),l.end(),v) != l.end()) : true) |
#define LOCK_AND_COPY | ( | type, | |
dest, | |||
src | |||
) |