WebKit2.Plugin¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class WebKit2.Plugin(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents a plugin, enabling fine-grained control.
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
WebKit2.WebContext, withWebKit2.WebContext.get_plugins().Deprecated since version 2.32.
- get_description()¶
-
Obtain the plugin description.
Deprecated since version 2.32.
- get_mime_info_list()¶
- Returns:
a
GLib.ListofWebKit2.MimeInfo.- Return type:
Get information about MIME types handled by the plugin.
Get information about MIME types handled by the plugin, as a list of
WebKit2.MimeInfo.Deprecated since version 2.32.
- get_name()¶
-
Obtain the plugin name.
Deprecated since version 2.32.