Files
libmce-glib/spec/com.canonical.Unity.Screen.xml
2018-05-20 17:40:03 +01:00

16 lines
543 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="getDisplayPowerState">
<arg direction="out" name="displayPowerState" type="i"/>
</method>
<signal name='DisplayPowerStateChange'>
<arg name='state' type='i'/>
<arg name='reason' type='i'/>
</signal>
</interface>
</node>