Files
libmce-glib/spec/com.nokia.mce.request.xml
Slava Monich 0eb9894a2b [libmce-glib] Added MceTklock object. JB#36523
Tracks MCE tklock mode
2016-11-12 13:23:19 +03:00

15 lines
503 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/nokia/mce/request">
<interface name="com.nokia.mce.request">
<method name="get_display_status">
<arg direction="out" name="display_state" type="s"/>
</method>
<method name="get_tklock_mode">
<arg direction="out" name="mode_name" type="s"/>
</method>
</interface>
</node>