gi-atk-2.0.6: 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.Objects.Plug

Contents

Description

 

Synopsis

Exported types

newtype Plug Source #

Constructors

Plug (ForeignPtr Plug) 

Instances

GObject Plug Source # 
IsObject Plug Source # 
IsObject Plug Source # 
IsComponent Plug Source # 
IsPlug Plug Source # 
((~) * info (ResolvePlugMethod t Plug), MethodInfo * info Plug p) => IsLabel t (Plug -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> Plug -> p #

((~) * info (ResolvePlugMethod t Plug), MethodInfo * info Plug p) => IsLabelProxy t (Plug -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Plug -> p

HasAttributeList * Plug Source # 
type SignalList Plug Source # 
type SignalList Plug
type AttributeList Plug Source # 
type AttributeList Plug

class GObject o => IsPlug o Source #

Instances

(GObject a, UnknownAncestorError Constraint Plug a) => IsPlug a Source # 
IsPlug Plug Source # 

toPlug :: IsPlug o => o -> IO Plug Source #

Methods

plugGetId

data PlugGetIdMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsPlug a) => MethodInfo * PlugGetIdMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy PlugGetIdMethodInfo a -> signature -> s

plugGetId :: (MonadIO m, IsPlug a) => a -> m Text Source #

plugNew