cef_callback_t

Generic callback structure used for asynchronous continuation.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_callback_t {
extern (System)
void function(cef_callback_t* self) nothrow cont;
extern (System)
void function(cef_callback_t* self) nothrow cancel;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta