Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
DBusActionGroup
is an implementation of the ActionGroup
interface that can be used as a proxy for an action group
that is exported over D-Bus with dBusConnectionExportActionGroup
.
Synopsis
- newtype DBusActionGroup = DBusActionGroup (ManagedPtr DBusActionGroup)
- class (GObject o, IsDescendantOf DBusActionGroup o) => IsDBusActionGroup o
- toDBusActionGroup :: (MonadIO m, IsDBusActionGroup o) => o -> m DBusActionGroup
- noDBusActionGroup :: Maybe DBusActionGroup
- dBusActionGroupGet :: (HasCallStack, MonadIO m, IsDBusConnection a) => a -> Maybe Text -> Text -> m DBusActionGroup
Exported types
newtype DBusActionGroup Source #
Memory-managed wrapper type.
Instances
GObject DBusActionGroup Source # | |
Defined in GI.Gio.Objects.DBusActionGroup gobjectType :: IO GType # | |
HasParentTypes DBusActionGroup Source # | |
Defined in GI.Gio.Objects.DBusActionGroup | |
type ParentTypes DBusActionGroup Source # | |
Defined in GI.Gio.Objects.DBusActionGroup |
class (GObject o, IsDescendantOf DBusActionGroup o) => IsDBusActionGroup o Source #
Type class for types which can be safely cast to DBusActionGroup
, for instance with toDBusActionGroup
.
Instances
(GObject o, IsDescendantOf DBusActionGroup o) => IsDBusActionGroup o Source # | |
Defined in GI.Gio.Objects.DBusActionGroup |
toDBusActionGroup :: (MonadIO m, IsDBusActionGroup o) => o -> m DBusActionGroup Source #
Cast to DBusActionGroup
, for types for which this is known to be safe. For general casts, use castTo
.
noDBusActionGroup :: Maybe DBusActionGroup Source #
A convenience alias for Nothing
:: Maybe
DBusActionGroup
.
Methods
get
:: (HasCallStack, MonadIO m, IsDBusConnection a) | |
=> a |
|
-> Maybe Text |
|
-> Text |
|
-> m DBusActionGroup | Returns: a |
Obtains a DBusActionGroup
for the action group which is exported at
the given busName
and objectPath
.
The thread default main context is taken at the time of this call. All signals on the menu model (and any linked models) are reported with respect to this context. All calls on the returned menu model (and linked models) must also originate from this same context, with the thread default main context unchanged.
This call is non-blocking. The returned action group may or may not
already be filled in. The correct thing to do is connect the signals
for the action group to monitor for changes and then to call
actionGroupListActions
to get the initial list.
Since: 2.32