You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
910 B

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.kde.KeyboardLayouts">
<signal name="layoutChanged">
<arg name="layout" type="s" direction="out"/>
</signal>
<signal name="layoutListChanged">
</signal>
<method name="switchToNextLayout">
</method>
<method name="setLayout">
<arg type="b" direction="out"/>
<arg name="layout" type="s" direction="in"/>
</method>
<method name="getLayout">
<arg type="s" direction="out"/>
</method>
<method name="getLayoutDisplayName">
<arg type="s" direction="out"/>
</method>
<method name="getLayoutLongName">
<arg type="s" direction="out"/>
</method>
<method name="getLayoutsList">
<arg type="as" direction="out"/>
</method>
</interface>
</node>