11 #ifndef C_API_GUI_CONTROLS_LABEL_H
12 #define C_API_GUI_CONTROLS_LABEL_H
14 #include "../definitions.h"
23 void (*set_visible)(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle,
bool visible);
24 void (*set_label)(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle,
const char* text);
25 char* (*get_label)(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle);