mirror of https://github.com/cutefishos/statusbar
Update interface name
parent
d4c2fc62d5
commit
eb301675f1
@ -1,6 +1,6 @@
|
||||
<!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.cutefish.cappmenu">
|
||||
<interface name="com.cutefish.cappmenu">
|
||||
<method name="showMenu">
|
||||
<arg name="x" type="i" direction="in"/>
|
||||
<arg name="y" type="i" direction="in"/>
|
||||
@ -1,6 +1,6 @@
|
||||
<!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.cutefish.Statusbar">
|
||||
<interface name="com.cutefish.Statusbar">
|
||||
<method name="setBatteryPercentage">
|
||||
<arg name="batteryPercentage" type="b" direction="in"/>
|
||||
</method>
|
||||
Loading…
Reference in New Issue