cef_jsdialog_callback_t

Callback structure used for asynchronous continuation of JavaScript dialog requests.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_jsdialog_callback_t {
extern (System)
void function(cef_jsdialog_callback_t* self, int success, const(cef_string_t)* user_input) nothrow cont;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta