cef_domvisitor_t

Structure to implement for visiting the DOM. The functions of this structure will be called on the render process main thread.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_domvisitor_t {
extern (System)
void function(cef_domvisitor_t* self, cef_domdocument_t* document) nothrow visit;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta