gi-webkit2-4.0.14: WebKit2 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Objects.Plugin

Contents

Description

 

Synopsis

Exported types

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

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.