mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-22 20:01:49 -05:00
12 lines
559 B
XML
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>
|