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

Safe HaskellNone
LanguageHaskell98

DBus.Introspection.Types

Documentation

data Object #

Instances
Eq Object # 
Instance details

Defined in DBus.Introspection.Types

Methods

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

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

Show Object # 
Instance details

Defined in DBus.Introspection.Types

data Method #

Constructors

Method 
Instances
Eq Method # 
Instance details

Defined in DBus.Introspection.Types

Methods

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

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

Show Method # 
Instance details

Defined in DBus.Introspection.Types

data MethodArg #

Instances
Eq MethodArg # 
Instance details

Defined in DBus.Introspection.Types

Show MethodArg # 
Instance details

Defined in DBus.Introspection.Types

data Direction #

Constructors

In 
Out 
Instances
Eq Direction # 
Instance details

Defined in DBus.Introspection.Types

Show Direction # 
Instance details

Defined in DBus.Introspection.Types

data Signal #

Constructors

Signal 
Instances
Eq Signal # 
Instance details

Defined in DBus.Introspection.Types

Methods

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

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

Show Signal # 
Instance details

Defined in DBus.Introspection.Types

data SignalArg #

Constructors

SignalArg 
Instances
Eq SignalArg # 
Instance details

Defined in DBus.Introspection.Types

Show SignalArg # 
Instance details

Defined in DBus.Introspection.Types

data Property #

Instances
Eq Property # 
Instance details

Defined in DBus.Introspection.Types

Show Property # 
Instance details

Defined in DBus.Introspection.Types