11 #include "addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/numeric.h" 46 static int show_and_verify_password(KODI_HANDLE kodiBase,
50 static bool show_and_verify_input(KODI_HANDLE kodiBase,
51 const char* verify_in,
55 static bool show_and_get_time(KODI_HANDLE kodiBase, tm* time,
const char* heading);
56 static bool show_and_get_date(KODI_HANDLE kodiBase, tm* date,
const char* heading);
57 static bool show_and_get_ip_address(KODI_HANDLE kodiBase,
58 const char* ip_address_in,
59 char** ip_address_out,
61 static bool show_and_get_number(KODI_HANDLE kodiBase,
62 const char* number_in,
65 unsigned int auto_close_ms);
66 static bool show_and_get_seconds(KODI_HANDLE kodiBase,
static bool show_and_verify_new_password(KODI_HANDLE kodiBase, char **password)
callback functions from add-on to kodi
Definition: Numeric.cpp:43
Main structure passed from kodi to addon with basic information needed to create add-on.
Definition: addon_base.h:378
Global gui Add-on to Kodi callback functions.
Definition: Numeric.h:29