You've already forked ukui-interface
mirror of
https://github.com/ukui/ukui-interface.git
synced 2026-03-09 09:27:01 -07:00
28 lines
676 B
XML
28 lines
676 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node>
|
|
<interface name="cn.kylinos.keyboard">
|
|
|
|
<method name="TransferBoolValue">
|
|
<arg name="InArg" direction="in" type="(sb)"/>
|
|
<arg name="OutArg" direction="out" type="b"/>
|
|
</method>
|
|
|
|
<method name="GetBoolValue">
|
|
<arg name="InArg" direction="in" type="s"/>
|
|
<arg name="OutArg" direction="out" type="b"/>
|
|
</method>
|
|
|
|
<method name="TransferIntValue">
|
|
<arg name="InArg" direction="in" type="(si)"/>
|
|
<arg name="OutArg" direction="out" type="b"/>
|
|
</method>
|
|
|
|
<method name="GetIntValue">
|
|
<arg name="InArg" direction="in" type="s"/>
|
|
<arg name="OutArg" direction="out" type="i"/>
|
|
</method>
|
|
|
|
</interface>
|
|
</node>
|