kde-workspace/plasma/shells/plasma-desktop/dbus/org.kde.plasma.App.xml
Ivailo Monev 849c385547 generic: remove activities support leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-23 22:15:29 +03:00

24 lines
804 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="local.PlasmaApp">
<method name="showInteractiveConsole">
</method>
<method name="loadScriptInInteractiveConsole">
<arg name="script" type="s" direction="in"/>
</method>
<method name="showInteractiveKWinConsole">
</method>
<method name="loadKWinScriptInInteractiveConsole">
<arg name="script" type="s" direction="in"/>
</method>
<method name="quit">
</method>
<method name="createWaitingPanels">
</method>
<method name="createWaitingDesktops">
</method>
<method name="supportInformation">
<arg type="s" direction="out"/>
</method>
</interface>
</node>