cef_end_tracing_callback_t

Implement this structure to receive notification when tracing has completed. The functions of this structure will be called on the browser process UI thread.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_end_tracing_callback_t {
extern (System)
void function(cef_end_tracing_callback_t* self, const(cef_string_t)* tracing_file) nothrow on_end_tracing_complete;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta