webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
_WebKitPluginPrivate Struct Reference

Public Member Functions

 ~_WebKitPluginPrivate ()
 

Public Attributes

PluginModuleInfo pluginInfo
 
CString name
 
CString description
 
CString path
 
GList * mimeInfoList
 

Detailed Description

SECTION: WebKitPlugin : Represents a plugin, enabling fine-grained control : WebKitPlugin

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().

Constructor & Destructor Documentation

◆ ~_WebKitPluginPrivate()

_WebKitPluginPrivate::~_WebKitPluginPrivate ( )
inline

Member Data Documentation

◆ description

CString _WebKitPluginPrivate::description

◆ mimeInfoList

GList* _WebKitPluginPrivate::mimeInfoList

◆ name

CString _WebKitPluginPrivate::name

◆ path

CString _WebKitPluginPrivate::path

◆ pluginInfo

PluginModuleInfo _WebKitPluginPrivate::pluginInfo

The documentation for this struct was generated from the following file: