dde-dock/frame/dbusinterface/xml/org.deepin.dde.XEventMonitor1.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

63 lines
1.5 KiB
XML

<interface name="org.deepin.dde.XEventMonitor1">
<method name="RegisterArea">
<arg type="i" direction="in"/>
<arg type="i" direction="in"/>
<arg type="i" direction="in"/>
<arg type="i" direction="in"/>
<arg type="i" direction="in"/>
<arg type="s" direction="out"/>
</method>
<method name="RegisterAreas">
<arg type="a(iiii)" direction="in"/>
<arg type="i" direction="in"/>
<arg type="s" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="AreaList"/>
</method>
<method name="RegisterFullScreen">
<arg type="s" direction="out"/>
</method>
<method name="UnregisterArea">
<arg type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<signal name="CursorInto">
<arg type="i"/>
<arg type="i"/>
<arg type="s"/>
</signal>
<signal name="CursorOut">
<arg type="i"/>
<arg type="i"/>
<arg type="s"/>
</signal>
<signal name="CursorMove">
<arg type="i"/>
<arg type="i"/>
<arg type="s"/>
</signal>
<signal name="ButtonPress">
<arg type="i"/>
<arg type="i"/>
<arg type="i"/>
<arg type="s"/>
</signal>
<signal name="ButtonRelease">
<arg type="i"/>
<arg type="i"/>
<arg type="i"/>
<arg type="s"/>
</signal>
<signal name="KeyPress">
<arg type="s"/>
<arg type="i"/>
<arg type="i"/>
<arg type="s"/>
</signal>
<signal name="KeyRelease">
<arg type="s"/>
<arg type="i"/>
<arg type="i"/>
<arg type="s"/>
</signal>
<signal name="CancelAllArea"/>
</interface>