mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
41 lines
1.3 KiB
XML
41 lines
1.3 KiB
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="toggleDashboard">
|
|
</method>
|
|
<method name="showDashboard">
|
|
<arg name="show" type="b" direction="in"/>
|
|
</method>
|
|
<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="setPerVirtualDesktopViews">
|
|
<arg name="perDesktopViews" type="b" direction="in"/>
|
|
</method>
|
|
<method name="perVirtualDesktopViews">
|
|
<arg type="b" direction="out"/>
|
|
</method>
|
|
<method name="setFixedDashboard">
|
|
<arg name="fixedDashboard" type="b" direction="in"/>
|
|
</method>
|
|
<method name="fixedDashboard">
|
|
<arg type="b" direction="out"/>
|
|
</method>
|
|
<method name="createWaitingPanels">
|
|
</method>
|
|
<method name="createWaitingDesktops">
|
|
</method>
|
|
<method name="supportInformation">
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|