dbus-1.2.17: A client library for the D-Bus IPC system.
Safe HaskellNone
LanguageHaskell2010

DBus.Introspection.Types

Documentation

data Object Source #

Instances

Instances details
Eq Object Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

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

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

Show Object Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

showsPrec :: Int -> Object -> ShowS

show :: Object -> String

showList :: [Object] -> ShowS

data Interface Source #

Instances

Instances details
Eq Interface Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

(==) :: Interface -> Interface -> Bool

(/=) :: Interface -> Interface -> Bool

Show Interface Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

showsPrec :: Int -> Interface -> ShowS

show :: Interface -> String

showList :: [Interface] -> ShowS

data Method Source #

Constructors

Method 

Instances

Instances details
Eq Method Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

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

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

Show Method Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

showsPrec :: Int -> Method -> ShowS

show :: Method -> String

showList :: [Method] -> ShowS

data MethodArg Source #

Constructors

MethodArg 

Instances

Instances details
Eq MethodArg Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

(==) :: MethodArg -> MethodArg -> Bool

(/=) :: MethodArg -> MethodArg -> Bool

Show MethodArg Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

showsPrec :: Int -> MethodArg -> ShowS

show :: MethodArg -> String

showList :: [MethodArg] -> ShowS

data Direction Source #

Constructors

In 
Out 

Instances

Instances details
Eq Direction Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

(==) :: Direction -> Direction -> Bool

(/=) :: Direction -> Direction -> Bool

Show Direction Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

showsPrec :: Int -> Direction -> ShowS

show :: Direction -> String

showList :: [Direction] -> ShowS

data Signal Source #

Constructors

Signal 

Instances

Instances details
Eq Signal Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

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

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

Show Signal Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

showsPrec :: Int -> Signal -> ShowS

show :: Signal -> String

showList :: [Signal] -> ShowS

data SignalArg Source #

Constructors

SignalArg 

Fields

Instances

Instances details
Eq SignalArg Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

(==) :: SignalArg -> SignalArg -> Bool

(/=) :: SignalArg -> SignalArg -> Bool

Show SignalArg Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

showsPrec :: Int -> SignalArg -> ShowS

show :: SignalArg -> String

showList :: [SignalArg] -> ShowS

data Property Source #

Constructors

Property 

Fields

Instances

Instances details
Eq Property Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

(==) :: Property -> Property -> Bool

(/=) :: Property -> Property -> Bool

Show Property Source # 
Instance details

Defined in DBus.Introspection.Types

Methods

showsPrec :: Int -> Property -> ShowS

show :: Property -> String

showList :: [Property] -> ShowS