diff options
Diffstat (limited to '')
-rw-r--r-- | data/dbus-interfaces/org.freedesktop.GeoClue2.Agent.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/dbus-interfaces/org.freedesktop.GeoClue2.Agent.xml b/data/dbus-interfaces/org.freedesktop.GeoClue2.Agent.xml new file mode 100644 index 0000000..2773601 --- /dev/null +++ b/data/dbus-interfaces/org.freedesktop.GeoClue2.Agent.xml @@ -0,0 +1,11 @@ +<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> |