Skip to content

Commit

Permalink
clean up dbus xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
user-none committed Aug 19, 2024
1 parent 4b3d8b2 commit 3b2c1d2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions resources/dbus/kdocker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
<interface name="com.kdocker.KdockerInterface">

<!-- Docking methods -->
<method name="dockWindowTitle">
<arg name="searchPattern" direction="in" type="s">
<doc:doc><doc:summary>Window title search pattern</doc:summary></doc:doc>
Expand Down Expand Up @@ -116,21 +116,23 @@
</doc:doc>
</method>

<method name="daemonize">
<!-- Docked window managmeent -->
<method name="undockAll">
<doc:doc>
<doc:description>
<doc:para>
Have KDocker continue running when nothing is docked
Undock all docked windows
</doc:para>
</doc:description>
</doc:doc>
</method>

<method name="undockAll">
<!-- KDocker behavior -->
<method name="daemonize">
<doc:doc>
<doc:description>
<doc:para>
Undock all docked windows
Have KDocker continue running when nothing is docked
</doc:para>
</doc:description>
</doc:doc>
Expand Down

0 comments on commit 3b2c1d2

Please sign in to comment.