dbus-core-0.9.2: Low-level D-Bus protocol implementation

DBus.Client

Contents

Synopsis

Clients

disconnect :: Client -> IO ()Source

Stop a Client’s callback thread and close its underlying socket.

Listening for signals

Exporting objects

throwError :: ErrorName -> Text -> [Variant] -> IO aSource

Normally, any exceptions raised while executing a method will be given the generic "org.freedesktop.DBus.Error.Failed" name. throwError allows the programmer to specify an error name, and provide additional information to the remote application. You may use this instead of throwIO to abort a method call.

Other