Files
libmce-glib/spec/com.nokia.mce.request.xml
Simo Piiroinen 771ac3ece9 [libmce-glib] Add MceInactivity object. Fixes JB#60550
Tracks user inactivity as reported by MCE.

Created by using already existing MceTklock object as a template.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jolla.com>
2023-04-17 12:27:32 +03:00

27 lines
955 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>
<method name="get_battery_level">
<arg direction="out" name="battery_level" type="i"/>
</method>
<method name="get_battery_status">
<arg direction="out" name="battery_status" type="s"/>
</method>
<method name="get_charger_state">
<arg direction="out" name="charger_state" type="s"/>
</method>
<method name="get_inactivity_status">
<arg direction="out" name="device_inactive" type="b"/>
</method>
</interface>
</node>