mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 19:32:52 +00:00
19 lines
623 B
XML
19 lines
623 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="quit">
|
|
</method>
|
|
<method name="createWaitingPanels">
|
|
</method>
|
|
<method name="createWaitingDesktops">
|
|
</method>
|
|
<method name="supportInformation">
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|