mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 19:32:52 +00:00
24 lines
844 B
XML
24 lines
844 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="com.trolltech.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="com.trolltech.QtDBus.QtTypeName.In1" value="ActivityDataList" />
|
|
</signal>
|
|
|
|
</interface>
|
|
</node>
|