dde-dock/dbus/dde-dock-entry-v1.xml

20 lines
810 B
XML
Raw Normal View History

<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>