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

Safe HaskellNone
LanguageHaskell98

DBus.Introspection

Contents

Synopsis

XML conversion

data Object #

Instances
Eq Object # 
Instance details

Defined in DBus.Introspection

Methods

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

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

Show Object # 
Instance details

Defined in DBus.Introspection

data Interface #

Instances
Eq Interface # 
Instance details

Defined in DBus.Introspection

Show Interface # 
Instance details

Defined in DBus.Introspection

data Method #

Constructors

Method 
Instances
Eq Method # 
Instance details

Defined in DBus.Introspection

Methods

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

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

Show Method # 
Instance details

Defined in DBus.Introspection

data MethodArg #

Instances
Eq MethodArg # 
Instance details

Defined in DBus.Introspection

Show MethodArg # 
Instance details

Defined in DBus.Introspection

data Direction #

Constructors

In 
Out 
Instances
Eq Direction # 
Instance details

Defined in DBus.Introspection

Show Direction # 
Instance details

Defined in DBus.Introspection

data Signal #

Constructors

Signal 
Instances
Eq Signal # 
Instance details

Defined in DBus.Introspection

Methods

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

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

Show Signal # 
Instance details

Defined in DBus.Introspection

data SignalArg #

Constructors

SignalArg 
Instances
Eq SignalArg # 
Instance details

Defined in DBus.Introspection

Show SignalArg # 
Instance details

Defined in DBus.Introspection

data Property #

Instances
Eq Property # 
Instance details

Defined in DBus.Introspection

Show Property # 
Instance details

Defined in DBus.Introspection