gi-atk-0.2.18.13: 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 
((~) * 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

type ParentTypes Plug Source 
type AttributeList Plug Source 
type SignalList Plug Source 

class GObject o => PlugK o Source

Instances

toPlug :: PlugK o => o -> IO Plug Source

Methods

plugGetId

data PlugGetIdMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m Text), MonadIO m, PlugK a) => MethodInfo (TYPE Lifted) PlugGetIdMethodInfo a signature Source 

Methods

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

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

plugNew