Warning, /maui/mauiman/server/src/modules/org.mauiman.Accessibility.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003 <interface name="org.mauiman.Accessibility">
0004 
0005 <method name="setSingleClick">
0006 <arg name="singleClick" type="b" direction="in"/>
0007 </method>
0008 
0009 <method name="setScrollBarPolicy">
0010 <arg name="scrollBarPolicy" type="u" direction="in"/>
0011 </method>
0012 
0013 <method name="setPlaySounds">
0014 <arg name="playSounds" type="b" direction="in"/>
0015 </method>
0016 
0017 <property name="singleClick" type="b" access="read"/>
0018 <property name="scrollBarPolicy" type="u" access="read"/>
0019 <property name="playSounds" type="b" access="read"/>
0020 
0021 <signal name="singleClickChanged">
0022 <arg type="b"/>
0023 </signal>
0024 
0025 <signal name="scrollBarPolicyChanged">
0026 <arg type="u"/>
0027 </signal>
0028 
0029 <signal name="playSoundsChanged">
0030 <arg type="b"/>
0031 </signal>
0032 
0033 </interface>
0034 </node>