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 |
The AtkImplementor interface is implemented by objects for which AtkObject peers may be obtained via calls to iface->(ref_accessible)(implementor);
Synopsis
- newtype ImplementorIface = ImplementorIface (ManagedPtr ImplementorIface)
- class (ManagedPtrNewtype o, IsDescendantOf ImplementorIface o) => IsImplementorIface o
Exported types
newtype ImplementorIface Source #
Memory-managed wrapper type.
Instances
Eq ImplementorIface Source # | |
Defined in GI.Atk.Interfaces.ImplementorIface (==) :: ImplementorIface -> ImplementorIface -> Bool # (/=) :: ImplementorIface -> ImplementorIface -> Bool # | |
ManagedPtrNewtype ImplementorIface Source # | |
BoxedPtr ImplementorIface Source # | |
Defined in GI.Atk.Interfaces.ImplementorIface boxedPtrCopy :: ImplementorIface -> IO ImplementorIface # boxedPtrFree :: ImplementorIface -> IO () # |
class (ManagedPtrNewtype o, IsDescendantOf ImplementorIface o) => IsImplementorIface o Source #
Type class for types which implement ImplementorIface
.
Instances
(ManagedPtrNewtype o, IsDescendantOf ImplementorIface o) => IsImplementorIface o Source # | |
Defined in GI.Atk.Interfaces.ImplementorIface |