Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
nameAllowReplacement :: RequestNameFlagdbus DBus.Client Allow this client's reservation to be replaced, if another client requests it with the nameReplaceExisting flag. If this client's reservation is replaced, this client will be added to the wait queue unless the request also included the nameDoNotQueue flag.
getSetMethodCallParams :: Name -> Maybe Name -> Maybe Name -> ExpQ -> ExpQdbus DBus.Generation No documentation available.
-
dbus DBus.Internal.Address No documentation available.
-
dbus DBus.Internal.Message A method call is a request to run some procedure exported by the remote process. Procedures are identified by an (object_path, interface_name, method_name) tuple.
-
dbus DBus.Internal.Message No documentation available.
ReceivedMethodCall :: Serial -> MethodCall -> ReceivedMessagedbus DBus.Internal.Message No documentation available.
methodCallAutoStart :: MethodCall -> Booldbus DBus.Internal.Message Set whether the bus should auto-start the remote Defaults to True.
methodCallBody :: MethodCall -> [Variant]dbus DBus.Internal.Message The arguments to the method call. See toVariant. Defaults to [].
methodCallDestination :: MethodCall -> Maybe BusNamedbus DBus.Internal.Message The name of the application to send the call to. Most users should set this. If a message with no destination is sent to the bus, the bus will behave as if the destination was set to org.freedesktop.DBus. For peer-peer connections, the destination can be empty because there is only one peer. Defaults to Nothing.
methodCallInterface :: MethodCall -> Maybe InterfaceNamedbus DBus.Internal.Message The interface of the method call. Each object may implement any number of interfaces. Each method is part of at least one interface. In certain cases, this may be Nothing, but most users should set it to a value.