gi-atk-2.0.18: Atk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

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

Exported types

newtype ImplementorIface Source #

Memory-managed wrapper type.

Constructors

ImplementorIface (ManagedPtr ImplementorIface) 

noImplementorIface :: Maybe ImplementorIface Source #

A convenience alias for Nothing :: Maybe ImplementorIface.

class ManagedPtrNewtype a => IsImplementorIface a Source #

Type class for types which implement ImplementorIface.