Bump version to keep in sync with libfso-glib
[specs.git] / xml / org.freesmartphone.Location.xml
blob90d2c6b4a6b466e2009b4fefe0d94a8607ba2dc0
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.Location">
5     <method name="GetLocation">
6       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
7       <arg type="a{sv}" name="location" direction="out"/>
8       <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
9     </method>
10     <signal name="LocationUpdate">
11       <arg name="location" type="a{sv}"/>
12     </signal>
13   </interface>
14 </node>