cef_file_dialog_callback_t

Callback structure for asynchronous continuation of file dialog requests.

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;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta