dde-dock/plugins/keyboard-layout/dbusinterface/xml/org.deepin.dde.InputDevice1.Keyboard.xml
范朋程 2d958dd670 chore: V23接口改造适配
V23接口改造适配

Log: V23接口改造适配
Influence: 无
Task: https://pms.uniontech.com/task-view-207483.html
Change-Id: Ide530c023ea41f86fad2e8001ec67f1afaa897ab
2022-12-06 14:40:35 +08:00

36 lines
1.7 KiB
XML

<node>
<interface name="org.deepin.dde.InputDevice1.Keyboard1">
<method name="AddLayoutOption">
<arg type="s" direction="in"></arg>
</method>
<method name="AddUserLayout">
<arg type="s" direction="in"></arg>
</method>
<method name="ClearLayoutOption"></method>
<method name="DeleteLayoutOption">
<arg type="s" direction="in"></arg>
</method>
<method name="DeleteUserLayout">
<arg type="s" direction="in"></arg>
</method>
<method name="GetLayoutDesc">
<arg type="s" direction="in"></arg>
<arg type="s" direction="out"></arg>
</method>
<method name="LayoutList">
<arg type="a{ss}" direction="out"></arg>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="KeyboardLayoutList"/>
</method>
<method name="Reset"></method>
<property name="RepeatEnabled" type="b" access="readwrite"></property>
<property name="CapslockToggle" type="b" access="readwrite"></property>
<property name="CursorBlink" type="i" access="readwrite"></property>
<property name="RepeatInterval" type="u" access="readwrite"></property>
<property name="RepeatDelay" type="u" access="readwrite"></property>
<property name="LayoutScope" type="i" access="readwrite"></property>
<property name="CurrentLayout" type="s" access="readwrite"></property>
<property name="UserLayoutList" type="as" access="read"></property>
<property name="UserOptionList" type="as" access="read"></property>
</interface>
</node>