version(cef && embedded_cef_bindings)
extern (
C)
struct cef_file_dialog_callback_t {
extern (System)
void function(cef_file_dialog_callback_t* self, cef_string_list_t file_paths) nothrow cont;
extern (System)
void function(cef_file_dialog_callback_t* self) nothrow cancel;
}
Callback structure for asynchronous continuation of file dialog requests.