11 #ifndef C_API_GUI_DIALOGS_YES_NO_H 
   12 #define C_API_GUI_DIALOGS_YES_NO_H 
   14 #include "../definitions.h" 
   23     bool (*show_and_get_input_single_text)(KODI_HANDLE kodiBase,
 
   28                                            const char* yesLabel);
 
   29     bool (*show_and_get_input_line_text)(KODI_HANDLE kodiBase,
 
   35                                          const char* yesLabel);
 
   36     bool (*show_and_get_input_line_button_text)(KODI_HANDLE kodiBase,
 
   43                                                 const char* yesLabel);