mirror of https://github.com/cutefishos/core
Update interface name
parent
58601e62ab
commit
f242d0bcd4
@ -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.CPUManagement">
|
||||
<interface name="com.cutefish.CPUManagement">
|
||||
<property name="mode" type="i" access="read"/>
|
||||
|
||||
<method name="setMode">
|
||||
@ -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.Session">
|
||||
<interface name="com.cutefish.Session">
|
||||
<method name="logout">
|
||||
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
||||
</method>
|
||||
@ -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.Audio">
|
||||
<interface name="com.cutefish.Audio">
|
||||
<method name="setVolume">
|
||||
<arg name="volume" type="i" direction="in"/>
|
||||
</method>
|
||||
@ -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.PrimaryBattery">
|
||||
<interface name="com.cutefish.PrimaryBattery">
|
||||
<method name="refresh"></method>
|
||||
|
||||
<property name="chargeState" type="i" access="read"/>
|
||||
@ -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.Brightness">
|
||||
<interface name="com.cutefish.Brightness">
|
||||
<method name="setValue">
|
||||
<arg name="value" type="i" direction="in"/>
|
||||
</method>
|
||||
@ -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.Dock">
|
||||
<interface name="com.cutefish.Dock">
|
||||
<property name="iconSize" type="i" access="read"/>
|
||||
<method name="setIconSize">
|
||||
<arg name="value" 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.Language">
|
||||
<interface name="com.cutefish.Language">
|
||||
<method name="setLanguage">
|
||||
<arg name="value" type="s" direction="in"/>
|
||||
</method>
|
||||
@ -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.Mouse">
|
||||
<interface name="com.cutefish.Mouse">
|
||||
<method name="setLeftHanded"><arg name="value" type="b" direction="in"/></method>
|
||||
<property name="leftHanded" type="b" access="read"/>
|
||||
<signal name="leftHandedChanged"></signal>
|
||||
@ -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.Theme">
|
||||
<interface name="com.cutefish.Theme">
|
||||
<method name="setDarkMode">
|
||||
<arg name="darkMode" type="b" direction="in"/>
|
||||
</method>
|
||||
Loading…
Reference in New Issue