cef_extension_handler_t.on_extension_unloaded

Called after the cef_extension_t::Unload request has completed.

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

Meta