cef_extension_handler_t.on_extension_loaded

Called if the cef_request_context_t::LoadExtension request succeeds. |extension| is the loaded extension.

struct cef_extension_handler_t
extern (System)
void function(cef_extension_handler_t* self, cef_extension_t* extension) nothrow on_extension_loaded;

Meta