The OpenD Programming Language

cef_unresponsive_process_callback_t

Callback structure for asynchronous handling of an unresponsive process.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_unresponsive_process_callback_t {
extern (System)
void function(cef_unresponsive_process_callback_t* self) nothrow wait;
extern (System)
void function(cef_unresponsive_process_callback_t* self) nothrow terminate;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta