dde-dock/plugins/keyboard-layout/dbusinterface/xml/org.deepin.dde.InputDevice1.Keyboard.xml
donghualin bbc0ec5ea5 fix: 社区版加载键盘布局插件
1、修改键盘布局服务的接口
2、Indicator读取布局插件在所有的插件加载完成后进行,否则键盘布局插件对应的服务还未启动

Log: 加载键盘布局插件
Influence: 社区版-观察键盘布局插件
Task: https://pms.uniontech.com/task-view-225011.html
Change-Id: I924bd2fa0a8b189af7825546e712482d836ed276
2022-12-14 01:33:00 +00:00

36 lines
1.7 KiB
XML

<node>
<interface name="org.deepin.dde.InputDevice1.Keyboard">
<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>