Bump version to keep in sync with libfso-glib
[specs.git] / xml / org.freesmartphone.Device.Proximity.xml
blobd82ade9fb6a5807becfbd9d1288110682f593ecd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node name="/">
4   <interface name="org.freesmartphone.Device.Proximity">
5     <method name="GetProximity">
6       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
7       <arg direction="out" type="i" name="proximity"/>
8       <arg direction="out" type="i" name="epoch"/>
9       <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
10     </method>
11     <signal name="Proximity">
12       <arg type="i" name="proximity"/>
13     </signal>
14   </interface>
15 </node>