kodi
Public Attributes | List of all members
AddonToKodiFuncTable_Addon Struct Reference

Callback function tables from addon to Kodi Set complete from Kodi! More...

#include <addon_base.h>

Collaboration diagram for AddonToKodiFuncTable_Addon:
Collaboration graph
[legend]

Public Attributes

KODI_ADDON_BACKEND_HDL kodiBase
 
void(* free_string )(const KODI_ADDON_BACKEND_HDL hdl, char *str)
 
void(* free_string_array )(const KODI_ADDON_BACKEND_HDL hdl, char **arr, int numElements)
 
void(* addon_log_msg )(const KODI_ADDON_BACKEND_HDL hdl, const int loglevel, const char *msg)
 
struct AddonToKodiFuncTable_kodikodi
 
struct AddonToKodiFuncTable_kodi_addonkodi_addon
 
struct AddonToKodiFuncTable_kodi_audioenginekodi_audioengine
 
struct AddonToKodiFuncTable_kodi_filesystemkodi_filesystem
 
struct AddonToKodiFuncTable_kodi_guikodi_gui
 
struct AddonToKodiFuncTable_kodi_networkkodi_network
 

Detailed Description

Callback function tables from addon to Kodi Set complete from Kodi!


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