Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI_ADDON_INSTANCE_INFO Struct Reference

#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_CBfunctions
 

Member Data Documentation

◆ first_instance

bool KODI_ADDON_INSTANCE_INFO::first_instance

◆ functions

struct KODI_ADDON_INSTANCE_FUNC_CB* KODI_ADDON_INSTANCE_INFO::functions

◆ id

const char* KODI_ADDON_INSTANCE_INFO::id

◆ kodi

KODI_ADDON_INSTANCE_BACKEND_HDL KODI_ADDON_INSTANCE_INFO::kodi

◆ number

uint32_t KODI_ADDON_INSTANCE_INFO::number

◆ parent

KODI_ADDON_INSTANCE_HDL KODI_ADDON_INSTANCE_INFO::parent

◆ type

KODI_ADDON_INSTANCE_TYPE KODI_ADDON_INSTANCE_INFO::type

◆ version

const char* KODI_ADDON_INSTANCE_INFO::version

The documentation for this struct was generated from the following file: