This file is indexed.

/usr/share/doc/libghc-dbus-doc/html/DBus-Introspection.html is in libghc-dbus-doc 0.10.12-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>DBus.Introspection</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_DBus-Introspection.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/DBus-Introspection.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">dbus-0.10.12: A client library for the D-Bus IPC system.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">DBus.Introspection</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">XML conversion</a></li><li><a href="#g:2">Objects</a></li><li><a href="#g:3">Interfaces</a></li><li><a href="#g:4">Methods</a><ul><li><a href="#g:5">Method arguments</a></li></ul></li><li><a href="#g:6">Signals</a><ul><li><a href="#g:7">Signal arguments</a></li></ul></li><li><a href="#g:8">Properties</a></li></ul></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:parseXML">parseXML</a> :: <a href="DBus.html#t:ObjectPath">ObjectPath</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="DBus-Introspection.html#t:Object">Object</a></li><li class="src short"><a href="#v:formatXML">formatXML</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Object">Object</a></li><li class="src short"><a href="#v:object">object</a> :: <a href="DBus.html#t:ObjectPath">ObjectPath</a> -&gt; <a href="DBus-Introspection.html#t:Object">Object</a></li><li class="src short"><a href="#v:objectPath">objectPath</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="DBus.html#t:ObjectPath">ObjectPath</a></li><li class="src short"><a href="#v:objectInterfaces">objectInterfaces</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; [<a href="DBus-Introspection.html#t:Interface">Interface</a>]</li><li class="src short"><a href="#v:objectChildren">objectChildren</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; [<a href="DBus-Introspection.html#t:Object">Object</a>]</li><li class="src short"><span class="keyword">data</span> <a href="#t:Interface">Interface</a></li><li class="src short"><a href="#v:interface">interface</a> :: <a href="DBus.html#t:InterfaceName">InterfaceName</a> -&gt; <a href="DBus-Introspection.html#t:Interface">Interface</a></li><li class="src short"><a href="#v:interfaceName">interfaceName</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; <a href="DBus.html#t:InterfaceName">InterfaceName</a></li><li class="src short"><a href="#v:interfaceMethods">interfaceMethods</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; [<a href="DBus-Introspection.html#t:Method">Method</a>]</li><li class="src short"><a href="#v:interfaceSignals">interfaceSignals</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; [<a href="DBus-Introspection.html#t:Signal">Signal</a>]</li><li class="src short"><a href="#v:interfaceProperties">interfaceProperties</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; [<a href="DBus-Introspection.html#t:Property">Property</a>]</li><li class="src short"><span class="keyword">data</span> <a href="#t:Method">Method</a></li><li class="src short"><a href="#v:method">method</a> :: <a href="DBus.html#t:MemberName">MemberName</a> -&gt; <a href="DBus-Introspection.html#t:Method">Method</a></li><li class="src short"><a href="#v:methodName">methodName</a> :: <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; <a href="DBus.html#t:MemberName">MemberName</a></li><li class="src short"><a href="#v:methodArgs">methodArgs</a> :: <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; [<a href="DBus-Introspection.html#t:MethodArg">MethodArg</a>]</li><li class="src short"><span class="keyword">data</span> <a href="#t:MethodArg">MethodArg</a></li><li class="src short"><a href="#v:methodArg">methodArg</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="DBus.html#t:Type">Type</a> -&gt; <a href="DBus-Introspection.html#t:Direction">Direction</a> -&gt; <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a></li><li class="src short"><a href="#v:methodArgName">methodArgName</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:methodArgType">methodArgType</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="DBus.html#t:Type">Type</a></li><li class="src short"><a href="#v:methodArgDirection">methodArgDirection</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="DBus-Introspection.html#t:Direction">Direction</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Direction">Direction</a></li><li class="src short"><a href="#v:directionIn">directionIn</a> :: <a href="DBus-Introspection.html#t:Direction">Direction</a></li><li class="src short"><a href="#v:directionOut">directionOut</a> :: <a href="DBus-Introspection.html#t:Direction">Direction</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Signal">Signal</a></li><li class="src short"><a href="#v:signal">signal</a> :: <a href="DBus.html#t:MemberName">MemberName</a> -&gt; <a href="DBus-Introspection.html#t:Signal">Signal</a></li><li class="src short"><a href="#v:signalName">signalName</a> :: <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; <a href="DBus.html#t:MemberName">MemberName</a></li><li class="src short"><a href="#v:signalArgs">signalArgs</a> :: <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; [<a href="DBus-Introspection.html#t:SignalArg">SignalArg</a>]</li><li class="src short"><span class="keyword">data</span> <a href="#t:SignalArg">SignalArg</a></li><li class="src short"><a href="#v:signalArg">signalArg</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="DBus.html#t:Type">Type</a> -&gt; <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a></li><li class="src short"><a href="#v:signalArgName">signalArgName</a> :: <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:signalArgType">signalArgType</a> :: <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="DBus.html#t:Type">Type</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Property">Property</a></li><li class="src short"><a href="#v:property">property</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="DBus.html#t:Type">Type</a> -&gt; <a href="DBus-Introspection.html#t:Property">Property</a></li><li class="src short"><a href="#v:propertyName">propertyName</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:propertyType">propertyType</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="DBus.html#t:Type">Type</a></li><li class="src short"><a href="#v:propertyRead">propertyRead</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:propertyWrite">propertyWrite</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a></li></ul></div><div id="interface"><h1 id="g:1">XML conversion</h1><div class="top"><p class="src"><a id="v:parseXML" class="def">parseXML</a> :: <a href="DBus.html#t:ObjectPath">ObjectPath</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="DBus-Introspection.html#t:Object">Object</a> <a href="src/DBus-Introspection.html#parseXML" class="link">Source</a> <a href="#v:parseXML" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:formatXML" class="def">formatXML</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/DBus-Introspection.html#formatXML" class="link">Source</a> <a href="#v:formatXML" class="selflink">#</a></p></div><h1 id="g:2">Objects</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Object" class="def">Object</a> <a href="src/DBus-Introspection.html#Object" class="link">Source</a> <a href="#t:Object" class="selflink">#</a></p><div class="subs instances"><p id="control.i:Object" class="caption collapser" onclick="toggleSection('i:Object')">Instances</p><div id="section.i:Object" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Object:Eq:1" class="instance expander" onclick="toggleSection('i:id:Object:Eq:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Eq.html#t:Eq">Eq</a> <a href="DBus-Introspection.html#t:Object">Object</a></span> <a href="src/DBus-Introspection.html#line-95" class="link">Source</a> <a href="#t:Object" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Object:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Object:Show:2" class="instance expander" onclick="toggleSection('i:id:Object:Show:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:Show">Show</a> <a href="DBus-Introspection.html#t:Object">Object</a></span> <a href="src/DBus-Introspection.html#line-95" class="link">Source</a> <a href="#t:Object" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Object:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="DBus-Introspection.html#t:Object">Object</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:object" class="def">object</a> :: <a href="DBus.html#t:ObjectPath">ObjectPath</a> -&gt; <a href="DBus-Introspection.html#t:Object">Object</a> <a href="src/DBus-Introspection.html#object" class="link">Source</a> <a href="#v:object" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:objectPath" class="def">objectPath</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; <a href="DBus.html#t:ObjectPath">ObjectPath</a> <a href="src/DBus-Introspection.html#objectPath" class="link">Source</a> <a href="#v:objectPath" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:objectInterfaces" class="def">objectInterfaces</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; [<a href="DBus-Introspection.html#t:Interface">Interface</a>] <a href="src/DBus-Introspection.html#objectInterfaces" class="link">Source</a> <a href="#v:objectInterfaces" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:objectChildren" class="def">objectChildren</a> :: <a href="DBus-Introspection.html#t:Object">Object</a> -&gt; [<a href="DBus-Introspection.html#t:Object">Object</a>] <a href="src/DBus-Introspection.html#objectChildren" class="link">Source</a> <a href="#v:objectChildren" class="selflink">#</a></p></div><h1 id="g:3">Interfaces</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Interface" class="def">Interface</a> <a href="src/DBus-Introspection.html#Interface" class="link">Source</a> <a href="#t:Interface" class="selflink">#</a></p><div class="subs instances"><p id="control.i:Interface" class="caption collapser" onclick="toggleSection('i:Interface')">Instances</p><div id="section.i:Interface" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Interface:Eq:1" class="instance expander" onclick="toggleSection('i:id:Interface:Eq:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Eq.html#t:Eq">Eq</a> <a href="DBus-Introspection.html#t:Interface">Interface</a></span> <a href="src/DBus-Introspection.html#line-106" class="link">Source</a> <a href="#t:Interface" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Interface:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Interface:Show:2" class="instance expander" onclick="toggleSection('i:id:Interface:Show:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:Show">Show</a> <a href="DBus-Introspection.html#t:Interface">Interface</a></span> <a href="src/DBus-Introspection.html#line-106" class="link">Source</a> <a href="#t:Interface" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Interface:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="DBus-Introspection.html#t:Interface">Interface</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:interface" class="def">interface</a> :: <a href="DBus.html#t:InterfaceName">InterfaceName</a> -&gt; <a href="DBus-Introspection.html#t:Interface">Interface</a> <a href="src/DBus-Introspection.html#interface" class="link">Source</a> <a href="#v:interface" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:interfaceName" class="def">interfaceName</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; <a href="DBus.html#t:InterfaceName">InterfaceName</a> <a href="src/DBus-Introspection.html#interfaceName" class="link">Source</a> <a href="#v:interfaceName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:interfaceMethods" class="def">interfaceMethods</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; [<a href="DBus-Introspection.html#t:Method">Method</a>] <a href="src/DBus-Introspection.html#interfaceMethods" class="link">Source</a> <a href="#v:interfaceMethods" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:interfaceSignals" class="def">interfaceSignals</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; [<a href="DBus-Introspection.html#t:Signal">Signal</a>] <a href="src/DBus-Introspection.html#interfaceSignals" class="link">Source</a> <a href="#v:interfaceSignals" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:interfaceProperties" class="def">interfaceProperties</a> :: <a href="DBus-Introspection.html#t:Interface">Interface</a> -&gt; [<a href="DBus-Introspection.html#t:Property">Property</a>] <a href="src/DBus-Introspection.html#interfaceProperties" class="link">Source</a> <a href="#v:interfaceProperties" class="selflink">#</a></p></div><h1 id="g:4">Methods</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Method" class="def">Method</a> <a href="src/DBus-Introspection.html#Method" class="link">Source</a> <a href="#t:Method" class="selflink">#</a></p><div class="subs instances"><p id="control.i:Method" class="caption collapser" onclick="toggleSection('i:Method')">Instances</p><div id="section.i:Method" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Method:Eq:1" class="instance expander" onclick="toggleSection('i:id:Method:Eq:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Eq.html#t:Eq">Eq</a> <a href="DBus-Introspection.html#t:Method">Method</a></span> <a href="src/DBus-Introspection.html#line-115" class="link">Source</a> <a href="#t:Method" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Method:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Method:Show:2" class="instance expander" onclick="toggleSection('i:id:Method:Show:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:Show">Show</a> <a href="DBus-Introspection.html#t:Method">Method</a></span> <a href="src/DBus-Introspection.html#line-115" class="link">Source</a> <a href="#t:Method" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Method:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="DBus-Introspection.html#t:Method">Method</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:method" class="def">method</a> :: <a href="DBus.html#t:MemberName">MemberName</a> -&gt; <a href="DBus-Introspection.html#t:Method">Method</a> <a href="src/DBus-Introspection.html#method" class="link">Source</a> <a href="#v:method" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:methodName" class="def">methodName</a> :: <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; <a href="DBus.html#t:MemberName">MemberName</a> <a href="src/DBus-Introspection.html#methodName" class="link">Source</a> <a href="#v:methodName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:methodArgs" class="def">methodArgs</a> :: <a href="DBus-Introspection.html#t:Method">Method</a> -&gt; [<a href="DBus-Introspection.html#t:MethodArg">MethodArg</a>] <a href="src/DBus-Introspection.html#methodArgs" class="link">Source</a> <a href="#v:methodArgs" class="selflink">#</a></p></div><h2 id="g:5">Method arguments</h2><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:MethodArg" class="def">MethodArg</a> <a href="src/DBus-Introspection.html#MethodArg" class="link">Source</a> <a href="#t:MethodArg" class="selflink">#</a></p><div class="subs instances"><p id="control.i:MethodArg" class="caption collapser" onclick="toggleSection('i:MethodArg')">Instances</p><div id="section.i:MethodArg" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MethodArg:Eq:1" class="instance expander" onclick="toggleSection('i:id:MethodArg:Eq:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Eq.html#t:Eq">Eq</a> <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a></span> <a href="src/DBus-Introspection.html#line-125" class="link">Source</a> <a href="#t:MethodArg" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MethodArg:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MethodArg:Show:2" class="instance expander" onclick="toggleSection('i:id:MethodArg:Show:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:Show">Show</a> <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a></span> <a href="src/DBus-Introspection.html#line-125" class="link">Source</a> <a href="#t:MethodArg" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MethodArg:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="DBus-Introspection.html#t:MethodArg">MethodArg</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:methodArg" class="def">methodArg</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="DBus.html#t:Type">Type</a> -&gt; <a href="DBus-Introspection.html#t:Direction">Direction</a> -&gt; <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> <a href="src/DBus-Introspection.html#methodArg" class="link">Source</a> <a href="#v:methodArg" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:methodArgName" class="def">methodArgName</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/DBus-Introspection.html#methodArgName" class="link">Source</a> <a href="#v:methodArgName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:methodArgType" class="def">methodArgType</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="DBus.html#t:Type">Type</a> <a href="src/DBus-Introspection.html#methodArgType" class="link">Source</a> <a href="#v:methodArgType" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:methodArgDirection" class="def">methodArgDirection</a> :: <a href="DBus-Introspection.html#t:MethodArg">MethodArg</a> -&gt; <a href="DBus-Introspection.html#t:Direction">Direction</a> <a href="src/DBus-Introspection.html#methodArgDirection" class="link">Source</a> <a href="#v:methodArgDirection" class="selflink">#</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Direction" class="def">Direction</a> <a href="src/DBus-Introspection.html#Direction" class="link">Source</a> <a href="#t:Direction" class="selflink">#</a></p><div class="subs instances"><p id="control.i:Direction" class="caption collapser" onclick="toggleSection('i:Direction')">Instances</p><div id="section.i:Direction" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Direction:Eq:1" class="instance expander" onclick="toggleSection('i:id:Direction:Eq:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Eq.html#t:Eq">Eq</a> <a href="DBus-Introspection.html#t:Direction">Direction</a></span> <a href="src/DBus-Introspection.html#line-131" class="link">Source</a> <a href="#t:Direction" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Direction:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="DBus-Introspection.html#t:Direction">Direction</a> -&gt; <a href="DBus-Introspection.html#t:Direction">Direction</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="DBus-Introspection.html#t:Direction">Direction</a> -&gt; <a href="DBus-Introspection.html#t:Direction">Direction</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Direction:Show:2" class="instance expander" onclick="toggleSection('i:id:Direction:Show:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:Show">Show</a> <a href="DBus-Introspection.html#t:Direction">Direction</a></span> <a href="src/DBus-Introspection.html#line-131" class="link">Source</a> <a href="#t:Direction" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Direction:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="DBus-Introspection.html#t:Direction">Direction</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="DBus-Introspection.html#t:Direction">Direction</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="DBus-Introspection.html#t:Direction">Direction</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:directionIn" class="def">directionIn</a> :: <a href="DBus-Introspection.html#t:Direction">Direction</a> <a href="src/DBus-Introspection.html#directionIn" class="link">Source</a> <a href="#v:directionIn" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:directionOut" class="def">directionOut</a> :: <a href="DBus-Introspection.html#t:Direction">Direction</a> <a href="src/DBus-Introspection.html#directionOut" class="link">Source</a> <a href="#v:directionOut" class="selflink">#</a></p></div><h1 id="g:6">Signals</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Signal" class="def">Signal</a> <a href="src/DBus-Introspection.html#Signal" class="link">Source</a> <a href="#t:Signal" class="selflink">#</a></p><div class="subs instances"><p id="control.i:Signal" class="caption collapser" onclick="toggleSection('i:Signal')">Instances</p><div id="section.i:Signal" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Signal:Eq:1" class="instance expander" onclick="toggleSection('i:id:Signal:Eq:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Eq.html#t:Eq">Eq</a> <a href="DBus-Introspection.html#t:Signal">Signal</a></span> <a href="src/DBus-Introspection.html#line-143" class="link">Source</a> <a href="#t:Signal" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Signal:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Signal:Show:2" class="instance expander" onclick="toggleSection('i:id:Signal:Show:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:Show">Show</a> <a href="DBus-Introspection.html#t:Signal">Signal</a></span> <a href="src/DBus-Introspection.html#line-143" class="link">Source</a> <a href="#t:Signal" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Signal:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="DBus-Introspection.html#t:Signal">Signal</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:signal" class="def">signal</a> :: <a href="DBus.html#t:MemberName">MemberName</a> -&gt; <a href="DBus-Introspection.html#t:Signal">Signal</a> <a href="src/DBus-Introspection.html#signal" class="link">Source</a> <a href="#v:signal" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:signalName" class="def">signalName</a> :: <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; <a href="DBus.html#t:MemberName">MemberName</a> <a href="src/DBus-Introspection.html#signalName" class="link">Source</a> <a href="#v:signalName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:signalArgs" class="def">signalArgs</a> :: <a href="DBus-Introspection.html#t:Signal">Signal</a> -&gt; [<a href="DBus-Introspection.html#t:SignalArg">SignalArg</a>] <a href="src/DBus-Introspection.html#signalArgs" class="link">Source</a> <a href="#v:signalArgs" class="selflink">#</a></p></div><h2 id="g:7">Signal arguments</h2><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:SignalArg" class="def">SignalArg</a> <a href="src/DBus-Introspection.html#SignalArg" class="link">Source</a> <a href="#t:SignalArg" class="selflink">#</a></p><div class="subs instances"><p id="control.i:SignalArg" class="caption collapser" onclick="toggleSection('i:SignalArg')">Instances</p><div id="section.i:SignalArg" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:SignalArg:Eq:1" class="instance expander" onclick="toggleSection('i:id:SignalArg:Eq:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Eq.html#t:Eq">Eq</a> <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a></span> <a href="src/DBus-Introspection.html#line-152" class="link">Source</a> <a href="#t:SignalArg" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:SignalArg:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:SignalArg:Show:2" class="instance expander" onclick="toggleSection('i:id:SignalArg:Show:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:Show">Show</a> <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a></span> <a href="src/DBus-Introspection.html#line-152" class="link">Source</a> <a href="#t:SignalArg" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:SignalArg:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="DBus-Introspection.html#t:SignalArg">SignalArg</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:signalArg" class="def">signalArg</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="DBus.html#t:Type">Type</a> -&gt; <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> <a href="src/DBus-Introspection.html#signalArg" class="link">Source</a> <a href="#v:signalArg" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:signalArgName" class="def">signalArgName</a> :: <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/DBus-Introspection.html#signalArgName" class="link">Source</a> <a href="#v:signalArgName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:signalArgType" class="def">signalArgType</a> :: <a href="DBus-Introspection.html#t:SignalArg">SignalArg</a> -&gt; <a href="DBus.html#t:Type">Type</a> <a href="src/DBus-Introspection.html#signalArgType" class="link">Source</a> <a href="#v:signalArgType" class="selflink">#</a></p></div><h1 id="g:8">Properties</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Property" class="def">Property</a> <a href="src/DBus-Introspection.html#Property" class="link">Source</a> <a href="#t:Property" class="selflink">#</a></p><div class="subs instances"><p id="control.i:Property" class="caption collapser" onclick="toggleSection('i:Property')">Instances</p><div id="section.i:Property" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Property:Eq:1" class="instance expander" onclick="toggleSection('i:id:Property:Eq:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Eq.html#t:Eq">Eq</a> <a href="DBus-Introspection.html#t:Property">Property</a></span> <a href="src/DBus-Introspection.html#line-163" class="link">Source</a> <a href="#t:Property" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Property:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Property:Show:2" class="instance expander" onclick="toggleSection('i:id:Property:Show:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:Show">Show</a> <a href="DBus-Introspection.html#t:Property">Property</a></span> <a href="src/DBus-Introspection.html#line-163" class="link">Source</a> <a href="#t:Property" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Property:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="DBus-Introspection.html#t:Property">Property</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:property" class="def">property</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="DBus.html#t:Type">Type</a> -&gt; <a href="DBus-Introspection.html#t:Property">Property</a> <a href="src/DBus-Introspection.html#property" class="link">Source</a> <a href="#v:property" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:propertyName" class="def">propertyName</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/DBus-Introspection.html#propertyName" class="link">Source</a> <a href="#v:propertyName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:propertyType" class="def">propertyType</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="DBus.html#t:Type">Type</a> <a href="src/DBus-Introspection.html#propertyType" class="link">Source</a> <a href="#v:propertyType" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:propertyRead" class="def">propertyRead</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="src/DBus-Introspection.html#propertyRead" class="link">Source</a> <a href="#v:propertyRead" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:propertyWrite" class="def">propertyWrite</a> :: <a href="DBus-Introspection.html#t:Property">Property</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a> <a href="src/DBus-Introspection.html#propertyWrite" class="link">Source</a> <a href="#v:propertyWrite" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>