Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <addon_base.h>
Public Attributes | |
KODI_ADDON_INSTANCE_TYPE | type |
uint32_t | number |
const char * | id |
const char * | version |
KODI_ADDON_INSTANCE_BACKEND_HDL | kodi |
KODI_ADDON_INSTANCE_HDL | parent |
bool | first_instance |
struct KODI_ADDON_INSTANCE_FUNC_CB * | functions |
bool KODI_ADDON_INSTANCE_INFO::first_instance |
struct KODI_ADDON_INSTANCE_FUNC_CB* KODI_ADDON_INSTANCE_INFO::functions |
const char* KODI_ADDON_INSTANCE_INFO::id |
KODI_ADDON_INSTANCE_BACKEND_HDL KODI_ADDON_INSTANCE_INFO::kodi |
uint32_t KODI_ADDON_INSTANCE_INFO::number |
KODI_ADDON_INSTANCE_HDL KODI_ADDON_INSTANCE_INFO::parent |
KODI_ADDON_INSTANCE_TYPE KODI_ADDON_INSTANCE_INFO::type |
const char* KODI_ADDON_INSTANCE_INFO::version |