3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-19 13:45:54 +00:00
Brooklyn/plasma/workspace/shell/dbus/org.kde.PlasmaShell.xml
2022-03-05 22:41:29 +05:00

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>