| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Atk.Objects.Plug
Description
See Socket
Exported types
Memory-managed wrapper type.
Constructors
| Plug (ManagedPtr Plug) |
Instances
| Eq Plug Source # | |
| GObject Plug Source # | |
Defined in GI.Atk.Objects.Plug Methods gobjectType :: IO GType # | |
| IsGValue Plug Source # | Convert |
| HasParentTypes Plug Source # | |
Defined in GI.Atk.Objects.Plug | |
| type ParentTypes Plug Source # | |
Defined in GI.Atk.Objects.Plug | |
class (GObject o, IsDescendantOf Plug o) => IsPlug o Source #
Instances
| (GObject o, IsDescendantOf Plug o) => IsPlug o Source # | |
Defined in GI.Atk.Objects.Plug | |
Methods
Overloaded methods
getId
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