Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
AddonBase.h File Reference
#include "addons/IAddon.h"
#include "addons/kodi-dev-kit/include/kodi/c-api/addon_base.h"
#include <functional>

Classes

struct  ADDON::Interface_Base
 Global general Add-on to Kodi callback functions. More...
 

Namespaces

namespace  ADDON
 

Typedefs

using ADDON::AddonGetInterface = std::function<void*(const std::string& name, const std::string& version)>