cef_extension_t.is_loaded

Returns true (1) if this extension is currently loaded. Must be called on the browser process UI thread.

struct cef_extension_t
extern (System)
int function(cef_extension_t* self) nothrow is_loaded;

Meta