![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Global gui Add-on to Kodi callback functions. More...
#include <TextViewer.h>
Static Public Member Functions | |
static void | Init (AddonGlobalInterface *addonInterface) |
static void | DeInit (AddonGlobalInterface *addonInterface) |
static void | open (KODI_HANDLE kodiBase, const char *heading, const char *text) |
callback functions from add-on to kodi | |
Global gui Add-on to Kodi callback functions.
To hold functions not related to a instance type and usable for every add-on type.
Related add-on header is "./xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/TextViewer.h"
|
static |
|
static |
|
static |
callback functions from add-on to kodi
The parameter kodiBase
is used to become the pointer for a CAddonDll
class.