Warning, /maui/mauiman/server/src/modules/org.mauiman.InputDevices.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.InputDevices"> 0004 <method name="setKeyboardLayout"> 0005 <arg name="layout" type="s" direction="in"/> 0006 </method> 0007 <method name="setKeyboardVariant"> 0008 <arg name="variant" type="s" direction="in"/> 0009 </method> 0010 <method name="setKeyboardOptions"> 0011 <arg name="options" type="s" direction="in"/> 0012 </method> 0013 <method name="setKeyboardRules"> 0014 <arg name="rules" type="s" direction="in"/> 0015 </method> 0016 <method name="setKeyboardModel"> 0017 <arg name="model" type="s" direction="in"/> 0018 </method> 0019 0020 <property name="keyboardLayout" type="s" access="read"/> 0021 <property name="keyboardOptions" type="s" access="read"/> 0022 <property name="keyboardVariant" type="s" access="read"/> 0023 <property name="keyboardRules" type="s" access="read"/> 0024 <property name="keyboardModel" type="s" access="read"/> 0025 0026 <signal name="keyboardLayoutChanged"> 0027 <arg type="s"/> 0028 </signal> 0029 <signal name="keyboardVariantChanged"> 0030 <arg type="s"/> 0031 </signal> 0032 <signal name="keyboardOptionsChanged"> 0033 <arg type="s"/> 0034 </signal> 0035 <signal name="keyboardRulesChanged"> 0036 <arg type="s"/> 0037 </signal> 0038 <signal name="keyboardModelChanged"> 0039 <arg type="s"/> 0040 </signal> 0041 </interface> 0042 </node>