| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
DBus.Introspect
Documentation
data IDirection Source
Instances
directionToText :: IDirection -> Text Source
data IPropertyAccess Source
Constructors
| IArgument | |
Fields | |
Constructors
| IMethod | |
Fields
| |
Constructors
| ISignal | |
Fields
| |
Constructors
| IProperty | |
Fields | |
data IInterface Source
Constructors
| IInterface | |
Fields
| |
Instances
Constructors
| INode | |
Fields
| |
xpAnnotation :: PU [Node] Annotation Source
xpArgument :: PU [Node] IArgument Source
xpProperty :: PU [Node] IProperty Source
xpInterface :: PU [Node] IInterface Source
nodeToXml :: INode -> ByteString Source
introspectMethods :: [Method] -> [IMethod] Source
introspectObject :: Object -> INode Source
introspect :: Object -> IO Text Source
introspectMethod :: Object -> Method Source
introspectable :: Object -> Interface Source
addIntrospectable :: Object -> Object Source