mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
20 lines
810 B
XML
20 lines
810 B
XML
![]() |
<interface name="dde.dock.Entry">
|
||
|
<method name="Activate">
|
||
|
<arg type="i" direction="in"></arg>
|
||
|
<arg type="i" direction="in"></arg>
|
||
|
<arg type="u" direction="in"></arg>
|
||
|
<arg type="b" direction="out"></arg>
|
||
|
</method>
|
||
|
<method name="ContextMenu">
|
||
|
<arg type="i" direction="in"></arg>
|
||
|
<arg type="i" direction="in"></arg>
|
||
|
</method>
|
||
|
<signal name="DataChanged">
|
||
|
<arg type="s"></arg>
|
||
|
<arg type="s"></arg>
|
||
|
</signal>
|
||
|
<property name="Id" type="s" access="read"></property>
|
||
|
<property name="Type" type="s" access="read"></property>
|
||
|
<property name="Data" type="a{ss}" access="read"></property>
|
||
|
</interface>
|