dbus-0.10.15: A client library for the D-Bus IPC system.

Safe HaskellNone
LanguageHaskell98

DBus.Introspection

Contents

Synopsis

XML conversion

Objects

data Object #

Instances

Eq Object # 

Methods

(==) :: Object -> Object -> Bool #

(/=) :: Object -> Object -> Bool #

Show Object # 

Interfaces

Methods

data Method #

Instances

Eq Method # 

Methods

(==) :: Method -> Method -> Bool #

(/=) :: Method -> Method -> Bool #

Show Method # 

Method arguments

Signals

data Signal #

Instances

Eq Signal # 

Methods

(==) :: Signal -> Signal -> Bool #

(/=) :: Signal -> Signal -> Bool #

Show Signal # 

Signal arguments

Properties