#include <select.h>
|
int(* | open )(KODI_HANDLE kodiBase, const char *heading, const char *entries[], unsigned int size, int selected, unsigned int autoclose) |
|
bool(* | open_multi_select )(KODI_HANDLE kodiBase, const char *heading, const char *entryIDs[], const char *entryNames[], bool entriesSelected[], unsigned int size, unsigned int autoclose) |
|
◆ open
int(* AddonToKodiFuncTable_kodi_gui_dialogSelect::open) (KODI_HANDLE kodiBase, const char *heading, const char *entries[], unsigned int size, int selected, unsigned int autoclose) |
◆ open_multi_select
bool(* AddonToKodiFuncTable_kodi_gui_dialogSelect::open_multi_select) (KODI_HANDLE kodiBase, const char *heading, const char *entryIDs[], const char *entryNames[], bool entriesSelected[], unsigned int size, unsigned int autoclose) |
The documentation for this struct was generated from the following file: