Plugin

This object represents a single plugin, found while scanning the various platform plugin directories. This object can be used to get more information about a plugin, and enable/disable it, allowing fine-grained control of plugins. The list of available plugins can be obtained from the #WebKitWebContext, with webkit_web_context_get_plugins().

Constructors

this
this(WebKitPlugin* webKitPlugin, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getDescription
string getDescription()
getMimeInfoList
ListG getMimeInfoList()

Get information about MIME types handled by the plugin, as a list of #WebKitMimeInfo.

getName
string getName()
getPath
string getPath()
getPluginStruct
WebKitPlugin* getPluginStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

webKitPlugin
WebKitPlugin* webKitPlugin;

the main Gtk struct

Meta