gi-webkit2-4.0.22: WebKit2 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Objects.Plugin

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Plugin Source #

Memory-managed wrapper type.

Constructors

Plugin (ManagedPtr Plugin) 
Instances
GObject Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

Methods

gobjectType :: IO GType #

HasParentTypes Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

type ParentTypes Plugin Source # 
Instance details

Defined in GI.WebKit2.Objects.Plugin

type ParentTypes Plugin = Object ': ([] :: [Type])

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

noPlugin :: Maybe Plugin Source #

A convenience alias for Nothing :: Maybe Plugin.

Methods

getDescription

pluginGetDescription Source #

Arguments

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

plugin: a Plugin

-> m Text

Returns: the description of the plugin.

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.

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.

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.

No description available in the introspection data.