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.TypeInterface
Description
An opaque structure used as the base of all interface types.
- newtype TypeInterface = TypeInterface (ForeignPtr TypeInterface)
- noTypeInterface :: Maybe TypeInterface
- typeInterfacePeekParent :: MonadIO m => TypeInterface -> m TypeInterface
Exported types
newtype TypeInterface Source
Constructors
TypeInterface (ForeignPtr TypeInterface) |
Methods
typeInterfacePeekParent
typeInterfacePeekParent :: MonadIO m => TypeInterface -> m TypeInterface Source