You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
845 B
24 lines
845 B
<!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>
|
|
|