cef_browser_host_t.get_extension

Returns the extension hosted in this browser or NULL if no extension is hosted. See cef_request_context_t::LoadExtension for details.

struct cef_browser_host_t
extern (System)
cef_extension_t* function(cef_browser_host_t* self) nothrow get_extension;

Meta