| 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.Atk.Interfaces.ImplementorIface
Contents
Description
The AtkImplementor interface is implemented by objects for which AtkObject peers may be obtained via calls to iface->(ref_accessible)(implementor);
- newtype ImplementorIface = ImplementorIface (ManagedPtr ImplementorIface)
- noImplementorIface :: Maybe ImplementorIface
- class ManagedPtrNewtype a => IsImplementorIface a
Exported types
newtype ImplementorIface Source #
Constructors
| ImplementorIface (ManagedPtr ImplementorIface) |
class ManagedPtrNewtype a => IsImplementorIface a Source #
Instances