DBus.Introspection.Types
data Object Source #
Constructors
Fields
Defined in DBus.Introspection.Types
Methods
showsPrec :: Int -> Object -> ShowS #
show :: Object -> String #
showList :: [Object] -> ShowS #
(==) :: Object -> Object -> Bool #
(/=) :: Object -> Object -> Bool #
data Interface Source #
showsPrec :: Int -> Interface -> ShowS #
show :: Interface -> String #
showList :: [Interface] -> ShowS #
(==) :: Interface -> Interface -> Bool #
(/=) :: Interface -> Interface -> Bool #
data Method Source #
showsPrec :: Int -> Method -> ShowS #
show :: Method -> String #
showList :: [Method] -> ShowS #
(==) :: Method -> Method -> Bool #
(/=) :: Method -> Method -> Bool #
data MethodArg Source #
showsPrec :: Int -> MethodArg -> ShowS #
show :: MethodArg -> String #
showList :: [MethodArg] -> ShowS #
(==) :: MethodArg -> MethodArg -> Bool #
(/=) :: MethodArg -> MethodArg -> Bool #
data Direction Source #
showsPrec :: Int -> Direction -> ShowS #
show :: Direction -> String #
showList :: [Direction] -> ShowS #
(==) :: Direction -> Direction -> Bool #
(/=) :: Direction -> Direction -> Bool #
data Signal Source #
showsPrec :: Int -> Signal -> ShowS #
show :: Signal -> String #
showList :: [Signal] -> ShowS #
(==) :: Signal -> Signal -> Bool #
(/=) :: Signal -> Signal -> Bool #
data SignalArg Source #
showsPrec :: Int -> SignalArg -> ShowS #
show :: SignalArg -> String #
showList :: [SignalArg] -> ShowS #
(==) :: SignalArg -> SignalArg -> Bool #
(/=) :: SignalArg -> SignalArg -> Bool #
data Property Source #
showsPrec :: Int -> Property -> ShowS #
show :: Property -> String #
showList :: [Property] -> ShowS #
(==) :: Property -> Property -> Bool #
(/=) :: Property -> Property -> Bool #