mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-19 13:45:54 +00:00
29 lines
1008 B
XML
29 lines
1008 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.PlasmaShell">
|
|
<property name="editMode" type="b" access="readwrite"/>
|
|
<method name="toggleDashboard">
|
|
</method>
|
|
<method name="toggleActivityManager">
|
|
</method>
|
|
<method name="toggleWidgetExplorer">
|
|
</method>
|
|
<method name="setDashboardShown">
|
|
<arg name="show" type="b" direction="in"/>
|
|
</method>
|
|
<method name="evaluateScript">
|
|
<arg name="script" type="s" direction="in"/>
|
|
<arg name="output" type="s" direction="out"/>
|
|
</method>
|
|
<method name="dumpCurrentLayoutJS">
|
|
<arg name="script" type="ay" direction="out"/>
|
|
</method>
|
|
<method name="loadLookAndFeelDefaultLayout">
|
|
<arg name="layout" type="s" direction="in"/>
|
|
</method>
|
|
<method name="activateLauncherMenu">
|
|
</method>
|
|
<method name="refreshCurrentShell" />
|
|
</interface>
|
|
</node>
|