|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for ADDON::Interface_Base, including all inherited members.
| addon_log_msg(const KODI_ADDON_BACKEND_HDL hdl, const int addonLogLevel, const char *strMessage) | ADDON::Interface_Base | static |
| DeInitInterface(AddonGlobalInterface &addonInterface) | ADDON::Interface_Base | static |
| free_string(const KODI_ADDON_BACKEND_HDL hdl, char *str) | ADDON::Interface_Base | static |
| free_string_array(const KODI_ADDON_BACKEND_HDL hdl, char **arr, int numElements) | ADDON::Interface_Base | static |
| get_addon_info(const KODI_ADDON_BACKEND_HDL hdl, const char *id) | ADDON::Interface_Base | static |
| get_addon_path(const KODI_ADDON_BACKEND_HDL hdl) | ADDON::Interface_Base | static |
| get_interface(const KODI_ADDON_BACKEND_HDL hdl, const char *name, const char *version) | ADDON::Interface_Base | static |
| get_lib_path(const KODI_ADDON_BACKEND_HDL hdl) | ADDON::Interface_Base | static |
| get_localized_string(const KODI_ADDON_BACKEND_HDL hdl, long label_id) | ADDON::Interface_Base | static |
| get_setting_bool(const KODI_ADDON_BACKEND_HDL hdl, const char *id, bool *value) | ADDON::Interface_Base | static |
| get_setting_float(const KODI_ADDON_BACKEND_HDL hdl, const char *id, float *value) | ADDON::Interface_Base | static |
| get_setting_int(const KODI_ADDON_BACKEND_HDL hdl, const char *id, int *value) | ADDON::Interface_Base | static |
| get_setting_string(const KODI_ADDON_BACKEND_HDL hdl, const char *id, char **value) | ADDON::Interface_Base | static |
| get_temp_path(const KODI_ADDON_BACKEND_HDL hdl) | ADDON::Interface_Base | static |
| get_type_version(const KODI_ADDON_BACKEND_HDL hdl, int type) | ADDON::Interface_Base | static |
| get_user_path(const KODI_ADDON_BACKEND_HDL hdl) | ADDON::Interface_Base | static |
| InitInterface(CAddonDll *addon, AddonGlobalInterface &addonInterface, KODI_ADDON_INSTANCE_STRUCT *firstKodiInstance) | ADDON::Interface_Base | static |
| is_setting_using_default(const KODI_ADDON_BACKEND_HDL hdl, const char *id) | ADDON::Interface_Base | static |
| open_settings_dialog(const KODI_ADDON_BACKEND_HDL hdl) | ADDON::Interface_Base | static |
| RegisterInterface(const AddonGetInterface &fn) | ADDON::Interface_Base | static |
| s_registeredInterfaces | ADDON::Interface_Base | static |
| set_setting_bool(const KODI_ADDON_BACKEND_HDL hdl, const char *id, bool value) | ADDON::Interface_Base | static |
| set_setting_float(const KODI_ADDON_BACKEND_HDL hdl, const char *id, float value) | ADDON::Interface_Base | static |
| set_setting_int(const KODI_ADDON_BACKEND_HDL hdl, const char *id, int value) | ADDON::Interface_Base | static |
| set_setting_string(const KODI_ADDON_BACKEND_HDL hdl, const char *id, const char *value) | ADDON::Interface_Base | static |
| UpdateSettingInActiveDialog(const CAddonDll *addon, AddonInstanceId instanceId, const char *id, const std::string &value) | ADDON::Interface_Base | static |