pub unsafe extern "C" fn dialog_file_browser_set_basic_options(
options: *mut DialogsFileBrowserOptions,
extension: *const c_char,
icon: *const Icon,
)Expand description
Initialize file browser dialog options and set default values. This is guaranteed to initialize all fields so it is safe to pass pointer to uninitialized {options} and assume that the data behind it becomes fully initialized after the call.
ยงArguments
options- pointer to options structureextension- file extension to filtericon- file icon pointer, NULL for default icon