You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1008 B
28 lines
1008 B
<!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>
|
|
|