mirror of https://github.com/cutefishos/core
refactor(dbus): remove unused services dock endpoint
parent
4894403164
commit
052ed2eb0b
@ -1,15 +0,0 @@
|
||||
<!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="com.cutefish.Services.Dock">
|
||||
<property name="iconSize" type="i" access="read"/>
|
||||
<method name="setIconSize">
|
||||
<arg name="value" type="i" direction="in"/>
|
||||
</method>
|
||||
<property name="direction" type="i" access="read"/>
|
||||
<method name="setDirection">
|
||||
<arg name="value" type="i" direction="in"/>
|
||||
</method>
|
||||
<signal name="iconSizeChanged"></signal>
|
||||
<signal name="directionChanged"></signal>
|
||||
</interface>
|
||||
</node>
|
||||
Loading…
Reference in New Issue