| 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.GObject.Structs.TypePluginClass
Contents
Description
The #GTypePlugin interface is used by the type system in order to handle the lifecycle of dynamically loaded types.
- newtype TypePluginClass = TypePluginClass (ForeignPtr TypePluginClass)
- newZeroTypePluginClass :: MonadIO m => m TypePluginClass
- noTypePluginClass :: Maybe TypePluginClass
Exported types
newtype TypePluginClass Source #
Constructors
| TypePluginClass (ForeignPtr TypePluginClass) |
Instances
| WrappedPtr TypePluginClass Source # | |
| (~) AttrOpTag tag AttrSet => Constructible TypePluginClass tag Source # | |
| ((~) * info (ResolveTypePluginClassMethod t TypePluginClass), MethodInfo * info TypePluginClass p) => IsLabel t (TypePluginClass -> p) Source # | |
| ((~) * info (ResolveTypePluginClassMethod t TypePluginClass), MethodInfo * info TypePluginClass p) => IsLabelProxy t (TypePluginClass -> p) Source # | |
| type AttributeList TypePluginClass Source # | |
newZeroTypePluginClass :: MonadIO m => m TypePluginClass Source #
Construct a TypePluginClass struct initialized to zero.
noTypePluginClass :: Maybe TypePluginClass Source #