Files
libmce-glib/spec/com.canonical.Unity.Screen.xml
2018-05-20 10:43:47 +01:00

21 lines
686 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
"http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
<node name="/com/canonical/Unity/Screen">
<interface name="com.canonical.Unity.Screen">
<method name="getDisplayStatus">
<arg direction="out" name="displayState" type="s"/>
</method>
<method name="getTklockMode">
<arg direction="out" name="modeName" type="s"/>
</method>
<signal name="displayStatusInd">
<arg name="displayState" type="s"/>
</signal>
<signal name="tklockModeInd">
<arg name="modeName" type="s"/>
</signal>
</interface>
</node>