9 #ifndef C_API_GUI_DIALOGS_FILEBROWSER_H 
   10 #define C_API_GUI_DIALOGS_FILEBROWSER_H 
   12 #include "../definitions.h" 
   21     bool (*show_and_get_directory)(KODI_HANDLE kodiBase,
 
   27     bool (*show_and_get_file)(KODI_HANDLE kodiBase,
 
   34                               bool use_file_directories);
 
   35     bool (*show_and_get_file_from_dir)(KODI_HANDLE kodiBase,
 
   36                                        const char* directory,
 
   42                                        bool use_file_directories,
 
   44     bool (*show_and_get_file_list)(KODI_HANDLE kodiBase,
 
   49                                    unsigned int* entries,
 
   51                                    bool use_file_directories);
 
   52     bool (*show_and_get_source)(KODI_HANDLE kodiBase,
 
   55                                 bool allow_network_shares,
 
   56                                 const char* additional_share,
 
   58     bool (*show_and_get_image)(KODI_HANDLE kodiBase,
 
   63     bool (*show_and_get_image_list)(KODI_HANDLE kodiBase,
 
   67                                     unsigned int* entries);
 
   68     void (*clear_file_list)(KODI_HANDLE kodiBase, 
char*** file_list, 
unsigned int entries);
 
Definition: filebrowser.h:20