| 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.Ggit.Objects.ObjectFactoryBase
Contents
Description
Represents the base type for objects created by an object factory.
- newtype ObjectFactoryBase = ObjectFactoryBase (ManagedPtr ObjectFactoryBase)
- class GObject o => IsObjectFactoryBase o
- toObjectFactoryBase :: (MonadIO m, IsObjectFactoryBase o) => o -> m ObjectFactoryBase
- noObjectFactoryBase :: Maybe ObjectFactoryBase
Exported types
newtype ObjectFactoryBase Source #
Constructors
| ObjectFactoryBase (ManagedPtr ObjectFactoryBase) |
class GObject o => IsObjectFactoryBase o Source #
Instances
toObjectFactoryBase :: (MonadIO m, IsObjectFactoryBase o) => o -> m ObjectFactoryBase Source #