blob: 29c95885fc540c6f7fb97c877e5f4456e1061120 [file] [log] [blame]
<?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>
<interface name="org.freedesktop.Geoclue.MasterClient">
<method name="GetPositionProvider">
<arg name="name" type="s" direction="out"/>
<arg name="description" type="s" direction="out"/>
<arg name="service" type="s" direction="out"/>
<arg name="path" type="s" direction="out"/>
</method>
<method name="GetAddressProvider">
<arg name="name" type="s" direction="out"/>
<arg name="description" type="s" direction="out"/>
<arg name="service" type="s" direction="out"/>
<arg name="path" type="s" direction="out"/>
</method>
<method name="PositionStart">
</method>
<method name="AddressStart">
</method>
<method name="SetRequirements">
<arg name="accuracyLevel" type="i" direction="in"/>
<arg name="time" type="i" direction="in"/>
<arg name="requireUpdates" type="b" direction="in"/>
<arg name="allowedResources" type="i" direction="in"/>
</method>
<signal name="PositionProviderChanged">
<arg name="name" type="s"/>
<arg name="description" type="s"/>
<arg name="service" type="s"/>
<arg name="path" type="s"/>
</signal>
<signal name="AddressProviderChanged">
<arg name="name" type="s"/>
<arg name="description" type="s"/>
<arg name="service" type="s"/>
<arg name="path" type="s"/>
</signal>
</interface>
</node>