mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 10:15:54 +00:00
25 lines
845 B
XML
25 lines
845 B
XML
<!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.kde.ActivityManager.ActivityRanking">
|
|
|
|
<method name="topActivities">
|
|
<arg type="as" direction="out" />
|
|
</method>
|
|
|
|
<method name="activities">
|
|
<arg type="a(sd)" direction="out" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ActivityDataList" />
|
|
</method>
|
|
|
|
<method name="test">
|
|
</method>
|
|
|
|
<signal name="rankingChanged">
|
|
<arg name="topActivities" type="as" direction="out" />
|
|
<arg name="activities" type="a(sd)" direction="out" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="ActivityDataList" />
|
|
</signal>
|
|
|
|
</interface>
|
|
</node>
|