gi-webkit2-4.0.28: WebKit2 bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2.Objects.Plugin

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Plugin Source #

Memory-managed wrapper type.

Constructors

Plugin (ManagedPtr Plugin) 

Instances

Instances details
Eq Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

Methods

(==) :: Plugin -> Plugin -> Bool #

(/=) :: Plugin -> Plugin -> Bool #

GObject Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

ManagedPtrNewtype Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

TypedObject Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

Methods

glibType :: IO GType #

HasParentTypes Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

IsGValue (Maybe Plugin) Source #

Convert Plugin to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2.Objects.Plugin

type ParentTypes Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

class (GObject o, IsDescendantOf Plugin o) => IsPlugin o Source #

Type class for types which can be safely cast to Plugin, for instance with toPlugin.

Instances

Instances details
(GObject o, IsDescendantOf Plugin o) => IsPlugin o Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

toPlugin :: (MonadIO m, IsPlugin o) => o -> m Plugin Source #

Cast to Plugin, for types for which this is known to be safe. For general casts, use castTo.

Methods

getDescription

pluginGetDescription Source #

Arguments

:: (HasCallStack, MonadIO m, IsPlugin a) 
=> a

plugin: a Plugin

-> m Text

Returns: the description of the plugin.

Deprecated: (Since version 2.32)

No description available in the introspection data.

getMimeInfoList

pluginGetMimeInfoList Source #

Arguments

:: (HasCallStack, MonadIO m, IsPlugin a) 
=> a

plugin: a Plugin

-> m [MimeInfo]

Returns: a List of MimeInfo.

Deprecated: (Since version 2.32)

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

getName

pluginGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsPlugin a) 
=> a

plugin: a Plugin

-> m Text

Returns: the name of the plugin.

Deprecated: (Since version 2.32)

No description available in the introspection data.

getPath

pluginGetPath Source #

Arguments

:: (HasCallStack, MonadIO m, IsPlugin a) 
=> a

plugin: a Plugin

-> m Text

Returns: the absolute path where the plugin is installed.

Deprecated: (Since version 2.32)

No description available in the introspection data.