theshell/shell/org.freedesktop.GeoClue2.Agent.xml
2018-01-08 18:09:40 +11:00

12 lines
559 B
XML

<!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.GeoClue2.Agent">
<property name="MaxAccuracyLevel" type="u" access="read"/>
<method name="AuthorizeApp">
<arg type="b" direction="out"/>
<arg name="desktop_id" type="s" direction="in"/>
<arg name="req_accuracy_level" type="u" direction="in"/>
<arg name="allowed_accuracy_level" type="u" direction="out"/>
</method>
</interface>
</node>