init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
117
Telegram/ThirdParty/fcitx5-qt/qt5/dbusaddons/interfaces/org.fcitx.Fcitx.InputContext1.xml
vendored
Normal file
117
Telegram/ThirdParty/fcitx5-qt/qt5/dbusaddons/interfaces/org.fcitx.Fcitx.InputContext1.xml
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
<!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.fcitx.Fcitx.InputContext1">
|
||||
<method name="FocusIn">
|
||||
</method>
|
||||
<method name="FocusOut">
|
||||
</method>
|
||||
<method name="Reset">
|
||||
</method>
|
||||
<method name="SetCursorRect">
|
||||
<arg name="x" direction="in" type="i"/>
|
||||
<arg name="y" direction="in" type="i"/>
|
||||
<arg name="w" direction="in" type="i"/>
|
||||
<arg name="h" direction="in" type="i"/>
|
||||
</method>
|
||||
<method name="SetCursorRectV2">
|
||||
<arg name="x" direction="in" type="i"/>
|
||||
<arg name="y" direction="in" type="i"/>
|
||||
<arg name="w" direction="in" type="i"/>
|
||||
<arg name="h" direction="in" type="i"/>
|
||||
<arg name="scale" direction="in" type="d"/>
|
||||
</method>
|
||||
<method name="SetSupportedCapability">
|
||||
<arg name="caps" direction="in" type="t"/>
|
||||
</method>
|
||||
<method name="SetCapability">
|
||||
<arg name="caps" direction="in" type="t"/>
|
||||
</method>
|
||||
<method name="SetSurroundingText">
|
||||
<arg name="text" direction="in" type="s"/>
|
||||
<arg name="cursor" direction="in" type="u"/>
|
||||
<arg name="anchor" direction="in" type="u"/>
|
||||
</method>
|
||||
<method name="SetSurroundingTextPosition">
|
||||
<arg name="cursor" direction="in" type="u"/>
|
||||
<arg name="anchor" direction="in" type="u"/>
|
||||
</method>
|
||||
<method name="DestroyIC">
|
||||
</method>
|
||||
<method name="ProcessKeyEvent">
|
||||
<arg name="keyval" direction="in" type="u"/>
|
||||
<arg name="keycode" direction="in" type="u"/>
|
||||
<arg name="state" direction="in" type="u"/>
|
||||
<arg name="type" direction="in" type="b"/>
|
||||
<arg name="time" direction="in" type="u"/>
|
||||
<arg name="ret" direction="out" type="b"/>
|
||||
</method>
|
||||
<method name="PrevPage">
|
||||
</method>
|
||||
<method name="NextPage">
|
||||
</method>
|
||||
<method name="SelectCandidate">
|
||||
<arg name="index" direction="in" type="i"/>
|
||||
</method>
|
||||
<method name="InvokeAction">
|
||||
<arg name="action" direction="in" type="u"/>
|
||||
<arg name="cursor" direction="in" type="i"/>
|
||||
</method>
|
||||
<method name="ShowVirtualKeyboard">
|
||||
</method>
|
||||
<method name="HideVirtualKeyboard">
|
||||
</method>
|
||||
<method name="IsVirtualKeyboardVisible">
|
||||
<arg name="visible" direction="out" type="b"/>
|
||||
</method>
|
||||
<signal name="CommitString">
|
||||
<arg name="str" type="s"/>
|
||||
</signal>
|
||||
<signal name="CurrentIM">
|
||||
<arg name="name" type="s"/>
|
||||
<arg name="uniqueName" type="s"/>
|
||||
<arg name="langCode" type="s"/>
|
||||
</signal>
|
||||
<signal name="UpdateFormattedPreedit">
|
||||
<arg name="str" type="a(si)" />
|
||||
<arg name="cursorpos" type="i"/>
|
||||
<!-- qt4 / 5 seems use in/out differently -->
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FcitxQtFormattedPreeditList" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxQtFormattedPreeditList" />
|
||||
</signal>
|
||||
<signal name="UpdateClientSideUI">
|
||||
<arg name="preedit" type="a(si)" />
|
||||
<arg name="cursorpos" type="i"/>
|
||||
<arg name="auxUp" type="a(si)" />
|
||||
<arg name="auxDown" type="a(si)" />
|
||||
<arg name="candidates" type="a(ss)" />
|
||||
<arg name="candidateIndex" type="i"/>
|
||||
<arg name="layoutHint" type="i"/>
|
||||
<arg name="hasPrev" type="b" />
|
||||
<arg name="hasNext" type="b" />
|
||||
<!-- qt4 / 5 seems use in/out differently -->
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FcitxQtFormattedPreeditList" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxQtFormattedPreeditList" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="FcitxQtFormattedPreeditList" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out2" value="FcitxQtFormattedPreeditList" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="FcitxQtFormattedPreeditList" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="FcitxQtFormattedPreeditList" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In4" value="FcitxQtFormattedPreeditList" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out4" value="FcitxQtStringKeyValueList" />
|
||||
</signal>
|
||||
<signal name="DeleteSurroundingText">
|
||||
<arg name="offset" type="i"/>
|
||||
<arg name="nchar" type="u"/>
|
||||
</signal>
|
||||
<signal name="ForwardKey">
|
||||
<arg name="keyval" type="u"/>
|
||||
<arg name="state" type="u"/>
|
||||
<arg name="type" type="b"/>
|
||||
</signal>
|
||||
<signal name="NotifyFocusOut">
|
||||
</signal>
|
||||
<signal name="VirtualKeyboardVisibilityChanged">
|
||||
<arg name="visible" type="b"/>
|
||||
</signal>
|
||||
</interface>
|
||||
</node>
|
||||
Reference in New Issue
Block a user