Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
addons/Addon.h File Reference
#include "addons/IAddon.h"
#include "utils/XBMCTinyXML.h"

Classes

class  ADDON::CAddon
 

Namespaces

namespace  ADDON
 

Typedefs

typedef struct cp_plugin_info_t cp_plugin_info_t
 
typedef struct cp_extension_t cp_extension_t
 
typedef std::vector< AddonPtr > ADDON::VECADDONS
 
typedef std::vector< AddonPtr >::iterator ADDON::IVECADDONS
 

Functions

void ADDON::OnPreInstall (const AddonPtr &addon)
 
void ADDON::OnPostInstall (const AddonPtr &addon, bool update, bool modal)
 
void ADDON::OnPreUnInstall (const AddonPtr &addon)
 
void ADDON::OnPostUnInstall (const AddonPtr &addon)
 

Variables

const char *const ADDON::ORIGIN_SYSTEM = "b6a50484-93a0-4afb-a01c-8d17e059feda"
 

Typedef Documentation

◆ cp_extension_t

◆ cp_plugin_info_t