9 #ifndef C_API_GUI_DIALOGS_NUMERIC_H
10 #define C_API_GUI_DIALOGS_NUMERIC_H
12 #include "../definitions.h"
21 bool (*show_and_verify_new_password)(KODI_HANDLE kodiBase,
char** password);
22 int (*show_and_verify_password)(KODI_HANDLE kodiBase,
26 bool (*show_and_verify_input)(KODI_HANDLE kodiBase,
27 const char* verify_in,
31 bool (*show_and_get_time)(KODI_HANDLE kodiBase,
struct tm* time,
const char* heading);
32 bool (*show_and_get_date)(KODI_HANDLE kodiBase,
struct tm* date,
const char* heading);
33 bool (*show_and_get_ip_address)(KODI_HANDLE kodiBase,
34 const char* ip_address_in,
35 char** ip_address_out,
37 bool (*show_and_get_number)(KODI_HANDLE kodiBase,
41 unsigned int auto_close_ms);
42 bool (*show_and_get_seconds)(KODI_HANDLE kodiBase,