| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| 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);
Synopsis
- newtype ImplementorIface = ImplementorIface (ManagedPtr ImplementorIface)
- class (ManagedPtrNewtype o, IsDescendantOf ImplementorIface o) => IsImplementorIface o
Exported types
newtype ImplementorIface Source #
Memory-managed wrapper type.
Constructors
| ImplementorIface (ManagedPtr ImplementorIface) |
Instances
| Eq ImplementorIface Source # | |
Defined in GI.Atk.Interfaces.ImplementorIface Methods (==) :: ImplementorIface -> ImplementorIface -> Bool # (/=) :: ImplementorIface -> ImplementorIface -> Bool # | |
| BoxedPtr ImplementorIface Source # | |
Defined in GI.Atk.Interfaces.ImplementorIface Methods boxedPtrCopy :: ImplementorIface -> IO ImplementorIface boxedPtrFree :: ImplementorIface -> IO () | |
| ManagedPtrNewtype ImplementorIface Source # | |
Defined in GI.Atk.Interfaces.ImplementorIface Methods toManagedPtr :: ImplementorIface -> ManagedPtr ImplementorIface | |
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 | |