Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.Atk.Objects.Plug
Contents
Description
See Socket
Exported types
Constructors
Plug (ManagedPtr Plug) |
Instances
GObject Plug # | |
IsObject Plug # | |
IsObject Plug # | |
IsComponent Plug # | |
IsPlug Plug # | |
((~) * info (ResolvePlugMethod t Plug), MethodInfo * info Plug p) => IsLabel t (Plug -> p) # | |
((~) * info (ResolvePlugMethod t Plug), MethodInfo * info Plug p) => IsLabelProxy t (Plug -> p) # | |
HasAttributeList * Plug # | |
type AttributeList Plug # | |
type SignalList Plug # | |
Instances
(GObject a, UnknownAncestorError Constraint Plug a) => IsPlug a # | |
IsPlug Plug # | |
Methods
getId
data PlugGetIdMethodInfo #
Instances
((~) * signature (m Text), MonadIO m, IsPlug a) => MethodInfo * PlugGetIdMethodInfo a signature # | |
Arguments
:: (HasCallStack, MonadIO m, IsPlug a) | |
=> a |
|
-> 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 #
No description available in the introspection data.