11 #include "addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/yes_no.h" 50 const char* yesLabel);
52 static bool show_and_get_input_line_text(KODI_HANDLE kodiBase,
58 const char* yesLabel);
60 static bool show_and_get_input_line_button_text(KODI_HANDLE kodiBase,
67 const char* yesLabel);
Main structure passed from kodi to addon with basic information needed to create add-on.
Definition: addon_base.h:378
static bool show_and_get_input_single_text(KODI_HANDLE kodiBase, const char *heading, const char *text, bool *canceled, const char *noLabel, const char *yesLabel)
callback functions from add-on to kodi
Definition: YesNo.cpp:40
Global gui Add-on to Kodi callback functions.
Definition: YesNo.h:29