Kodi Development  20.0
for Binary and Script based Add-Ons
AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress

Public Attributes

void(* delete_dialog )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)
 
float(* get_percentage )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)
 
char *(* get_text )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)
 
char *(* get_title )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)
 
bool(* is_finished )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)
 
void(* mark_finished )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)
 
KODI_GUI_HANDLE(* new_dialog )(KODI_HANDLE kodiBase, const char *title)
 
void(* set_percentage )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, float percentage)
 
void(* set_progress )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int currentItem, int itemCount)
 
void(* set_text )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, const char *text)
 
void(* set_title )(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, const char *title)
 

The documentation for this struct was generated from the following file: