aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Location.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml
index 93cf6406..c38f428f 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml
@@ -80,6 +80,20 @@
</method>
<!--
+ SetGpsRefreshRate:
+ @rate: Rate, in seconds.
+
+ Set the refresh rate of the GPS information in the API. If not explicitly
+ set, a default of 30s will be used.
+
+ The refresh rate can be set to 0 to disable it, so that every update reported by
+ the modem is published in the interface.
+ -->
+ <method name="SetGpsRefreshRate">
+ <arg name="rate" type="u" direction="in" />
+ </method>
+
+ <!--
Capabilities:
Bitmask of <link linkend="MMModemLocationSource">MMModemLocationSource</link>
@@ -290,5 +304,12 @@
-->
<property name="SuplServer" type="s" access="read" />
+ <!--
+ GpsRefreshRate:
+
+ Rate of refresh of the GPS information in the interface.
+ -->
+ <property name="GpsRefreshRate" type="u" access="read" />
+
</interface>
</node>