| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| 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, IsDescendantOf Plugin o) => IsPlugin o
- toPlugin :: (MonadIO m, IsPlugin o) => o -> m 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.
Instances
| Eq Plugin Source # | |
| GObject Plugin Source # | |
Defined in GI.WebKit2.Objects.Plugin | |
| ManagedPtrNewtype Plugin Source # | |
Defined in GI.WebKit2.Objects.Plugin Methods toManagedPtr :: Plugin -> ManagedPtr Plugin | |
| TypedObject Plugin Source # | |
Defined in GI.WebKit2.Objects.Plugin Methods glibType :: IO GType | |
| IsGValue Plugin Source # | Convert |
Defined in GI.WebKit2.Objects.Plugin | |
| HasParentTypes Plugin Source # | |
Defined in GI.WebKit2.Objects.Plugin | |
| type ParentTypes Plugin Source # | |
Defined in GI.WebKit2.Objects.Plugin type ParentTypes Plugin = '[Object] | |
class (GObject o, IsDescendantOf Plugin o) => IsPlugin o Source #
Instances
| (GObject o, IsDescendantOf Plugin o) => IsPlugin o Source # | |
Defined in GI.WebKit2.Objects.Plugin | |
Methods
Overloaded 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 #
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.