file_browser_configure

Function file_browser_configure 

Source
pub unsafe extern "C" fn file_browser_configure(
    browser: *mut FileBrowser,
    extension: *const c_char,
    base_path: *const c_char,
    skip_assets: bool,
    hide_dot_files: bool,
    file_icon: *const Icon,
    hide_ext: bool,
)