Network.DBus.Connection
Documentation
data Connection Source
data MatchClause Source
Constructors
| MatchType MessageType | |
| MatchSender DString | |
| MatchInterface DString | |
| MatchMember DString | |
| MatchPath ObjectPath | |
| MatchDestination DString | |
| MatchArg Int DString |
Instances
type MatchRule = [MatchClause]Source
sendMessage :: Connection -> Message -> IO Word32Source
sendAndWait :: Connection -> Message -> IO MessageSource
addHandler :: Connection -> Maybe MatchRule -> Handler -> IO IntSource
removeHandler :: Connection -> Int -> IO ()Source