|
Kodi Docs 20.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(void *kodiBase, const int addonLogLevel, const char *strMessage) | ADDON::Interface_Base | static |
| DeInitInterface(AddonGlobalInterface &addonInterface) | ADDON::Interface_Base | static |
| free_string(void *kodiBase, char *str) | ADDON::Interface_Base | static |
| free_string_array(void *kodiBase, char **arr, int numElements) | ADDON::Interface_Base | static |
| get_addon_path(void *kodiBase) | ADDON::Interface_Base | static |
| get_base_user_path(void *kodiBase) | ADDON::Interface_Base | static |
| get_interface(void *kodiBase, const char *name, const char *version) | ADDON::Interface_Base | static |
| get_setting_bool(void *kodiBase, const char *id, bool *value) | ADDON::Interface_Base | static |
| get_setting_float(void *kodiBase, const char *id, float *value) | ADDON::Interface_Base | static |
| get_setting_int(void *kodiBase, const char *id, int *value) | ADDON::Interface_Base | static |
| get_setting_string(void *kodiBase, const char *id, char **value) | ADDON::Interface_Base | static |
| get_type_version(void *kodiBase, int type) | ADDON::Interface_Base | static |
| InitInterface(CAddonDll *addon, AddonGlobalInterface &addonInterface, KODI_HANDLE firstKodiInstance) | ADDON::Interface_Base | static |
| is_setting_using_default(void *kodiBase, const char *id) | ADDON::Interface_Base | static |
| RegisterInterface(ADDON_GET_INTERFACE_FN fn) | ADDON::Interface_Base | static |
| s_registeredInterfaces | ADDON::Interface_Base | static |
| set_setting_bool(void *kodiBase, const char *id, bool value) | ADDON::Interface_Base | static |
| set_setting_float(void *kodiBase, const char *id, float value) | ADDON::Interface_Base | static |
| set_setting_int(void *kodiBase, const char *id, int value) | ADDON::Interface_Base | static |
| set_setting_string(void *kodiBase, const char *id, const char *value) | ADDON::Interface_Base | static |
| UpdateSettingInActiveDialog(CAddonDll *addon, const char *id, const std::string &value) | ADDON::Interface_Base | static |