/usr/share/freesmartphone/xml/org.freesmartphone.Time.Alarm.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 | <?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.Time.Alarm">
<method name="ClearAlarms">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="busname" direction="in"/>
</method>
<method name="ListAlarms">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QFsoWakeupAlarmList"/>
<arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="a(si)" name="alarms" fso:type="org.freesmartphone.Time.WakeupAlarm" direction="out"/>
</method>
<method name="RemoveAlarm">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="busname" direction="in"/>
<arg type="i" name="timestamp" direction="in"/>
</method>
<method name="AddAlarm">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="busname" direction="in"/>
<arg type="i" name="timestamp" direction="in"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
</interface>
<fso:struct xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" name="org.freesmartphone.Time.WakeupAlarm">
<fso:field name="busname" type="s"/>
<fso:field name="timestamp" type="i"/>
</fso:struct>
</node>
|