| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2.Objects.Plugin
Description
No description available in the introspection data.
Synopsis
- newtype Plugin = Plugin (ManagedPtr Plugin)
- class GObject o => IsPlugin o
- toPlugin :: (MonadIO m, IsPlugin o) => o -> m Plugin
- noPlugin :: Maybe Plugin
- pluginGetDescription :: (HasCallStack, MonadIO m, IsPlugin a) => a -> m Text
- pluginGetMimeInfoList :: (HasCallStack, MonadIO m, IsPlugin a) => a -> m [MimeInfo]
- pluginGetName :: (HasCallStack, MonadIO m, IsPlugin a) => a -> m Text
- pluginGetPath :: (HasCallStack, MonadIO m, IsPlugin a) => a -> m Text
Exported types
Memory-managed wrapper type.
Constructors
| Plugin (ManagedPtr Plugin) |
Methods
getDescription
Arguments
| :: (HasCallStack, MonadIO m, IsPlugin a) | |
| => a |
|
| -> 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 |
|
| -> m [MimeInfo] |
Get information about MIME types handled by the plugin,
as a list of MimeInfo.
getName
Arguments
| :: (HasCallStack, MonadIO m, IsPlugin a) | |
| => a |
|
| -> m Text | Returns: the name of the plugin. |
No description available in the introspection data.
getPath
Arguments
| :: (HasCallStack, MonadIO m, IsPlugin a) | |
| => a |
|
| -> m Text | Returns: the absolute path where the plugin is installed. |
No description available in the introspection data.