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

Safe HaskellNone
LanguageHaskell98

DBus.Introspection.Types

Documentation

data Object #

Instances

Eq Object # 

Methods

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

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

Show Object # 

data Method #

Constructors

Method 

Instances

Eq Method # 

Methods

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

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

Show Method # 

data Direction #

Constructors

In 
Out 

data Signal #

Constructors

Signal 

Instances

Eq Signal # 

Methods

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

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

Show Signal #