9 #ifndef C_API_GUI_DIALOGS_YES_NO_H    10 #define C_API_GUI_DIALOGS_YES_NO_H    12 #include "../definitions.h"    21     bool (*show_and_get_input_single_text)(KODI_HANDLE kodiBase,
    26                                            const char* yesLabel);
    27     bool (*show_and_get_input_line_text)(KODI_HANDLE kodiBase,
    33                                          const char* yesLabel);
    34     bool (*show_and_get_input_line_button_text)(KODI_HANDLE kodiBase,
    41                                                 const char* yesLabel);