/usr/share/freesmartphone/xml/org.freesmartphone.PIM.Messages.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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | <?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.PIM.Messages">
<method name="Add">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="a{sv}" name="message_data"/>
<arg direction="out" type="s" name="message_path"/>
</method>
<method name="AddIncoming">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="a{sv}" name="message_data"/>
<arg direction="out" type="s" name="message_path"/>
</method>
<method name="GetSingleEntrySingleField">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="a{sv}" name="query"/>
<arg direction="in" type="s" name="field"/>
<arg direction="out" type="s" name="value"/>
</method>
<method name="Query">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="a{sv}" name="query"/>
<arg direction="out" type="s" name="query_path"/>
</method>
<method name="QueryThreads">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="a{sv}" name="query"/>
<arg direction="out" type="s" name="query_path"/>
</method>
<method name="GetUnreadMessages">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="out" type="i" name="amount"/>
</method>
<signal name="NewMessage">
<arg type="s" name="message_path"/>
</signal>
<signal name="IncomingMessage">
<arg type="s" name="message_path"/>
</signal>
<signal name="UnreadMessages">
<arg type="i" name="amount"/>
</signal>
<signal name="UpdatedMessage">
<arg type="s" name="message_path"/>
<arg type="a{sv}" name="message_data"/>
</signal>
<signal name="DeletedMessage">
<arg type="s" name="message_path"/>
</signal>
</interface>
</node>
|