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 |
See Socket
Exported types
Memory-managed wrapper type.
Instances
GObject Plug Source # | |
Defined in GI.Atk.Objects.Plug gobjectType :: Plug -> IO GType # | |
IsObject Plug Source # | |
Defined in GI.Atk.Objects.Plug | |
IsComponent Plug Source # | |
Defined in GI.Atk.Objects.Plug | |
IsObject Plug Source # | |
Defined in GI.Atk.Objects.Plug | |
IsPlug Plug Source # | |
Defined in GI.Atk.Objects.Plug |
class GObject o => IsPlug o Source #
Instances
(GObject a, (UnknownAncestorError Plug a :: Constraint)) => IsPlug a Source # | |
Defined in GI.Atk.Objects.Plug | |
IsPlug Plug Source # | |
Defined in GI.Atk.Objects.Plug |
Methods
getId
:: (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