gi-atk-2.0.11: 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

See Socket

Synopsis

Exported types

newtype Plug Source #

Constructors

Plug (ManagedPtr Plug) 

Instances

GObject Plug Source # 

Methods

gobjectType :: Plug -> IO GType #

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 AttributeList Plug Source # 
type SignalList Plug Source # 

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

Methods

getId

data PlugGetIdMethodInfo Source #

Instances

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

Methods

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

plugGetId Source #

Arguments

:: (HasCallStack, MonadIO m, IsPlug a) 
=> a

plug: an Plug

-> m Text

Returns: the unique ID for the plug

Gets the unique ID of an Plug object, which can be used to embed inside of an Socket using socketEmbed.

Internally, this calls a class function that should be registered by the IPC layer (usually at-spi2-atk). The implementor of an Plug object should call this function (after atk-bridge is loaded) and pass the value to the process implementing the Socket, so it could embed the plug.

Since: 1.30

new

plugNew :: (HasCallStack, MonadIO m) => m Plug Source #

No description available in the introspection data.