/usr/share/freesmartphone/xml/org.freesmartphone.Device.IdleNotifier.xml is in fso-specs 2012.07.27.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
<interface name="org.freesmartphone.Device.IdleNotifier">
<method name="GetState">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" direction="out" type="s" name="status" fso:type="org.freesmartphone.Device.IdleState"/>
</method>
<method name="GetTimeouts">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="out" type="a{si}" name="status"/>
</method>
<method name="SetTimeout">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" direction="in" type="s" name="status" fso:type="org.freesmartphone.Device.IdleState"/>
<arg direction="in" type="i" name="timeout"/>
</method>
<method name="SetState">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" direction="in" type="s" name="status" fso:type="org.freesmartphone.Device.IdleState"/>
</method>
<signal name="State">
<arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="status" fso:type="org.freesmartphone.Device.IdleState"/>
</signal>
</interface>
<fso:enumeration xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" name="org.freesmartphone.Device.IdleState" type="s">
<fso:member name="busy" value="busy"/>
<fso:member name="idle" value="idle"/>
<fso:member name="idle-dim" value="idle_dim"/>
<fso:member name="idle-prelock" value="idle_prelock"/>
<fso:member name="lock" value="lock"/>
<fso:member name="suspend" value="suspend"/>
<fso:member name="awake" value="awake"/>
</fso:enumeration>
</node>
|