| 
| 
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:
- /home/alwin/Development/Kodi/kodi-N-sync-addon-doxygen/xbmc/addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/extended_progress.h