mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
This fixes: Wrong type number; string expected MR: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1060
11 lines
434 B
XML
11 lines
434 B
XML
<node>
|
|
<interface name="org.freedesktop.GeoClue2.Agent">
|
|
<property name="MaxAccuracyLevel" type="u" access="read"/>
|
|
<method name="AuthorizeApp">
|
|
<arg name="desktop_id" type="s" direction="in"/>
|
|
<arg name="req_accuracy_level" type="u" direction="in"/>
|
|
<arg name="authorized" type="b" direction="out"/>
|
|
<arg name="allowed_accuracy_level" type="u" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|