diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Location.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml index fa51a6e2..7c490c6a 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml @@ -80,6 +80,24 @@ </method> <!-- + InjectAssistanceData: + @data: assistance data to be injected to the GNSS module. + + Inject assistance data to the GNSS module. + The data files should be downloaded using external means from the URLs specified in + the <link linkend="AssistanceDataServers">AssistanceDataServers</link> property. + + The user does not need to specify the assistance data type being given. + + There is no maximum @data size limit specified, default DBus system bus limits apply. + --> + <method name="InjectAssistanceData"> + <arg name="data" type="ay" direction="in"> + <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/> + </arg> + </method> + + <!-- SetGpsRefreshRate: @rate: Rate, in seconds. @@ -102,6 +120,14 @@ <property name="Capabilities" type="u" access="read" /> <!-- + SupportedAssistanceData: + + Bitmask of <link linkend="MMModemLocationAssistanceDataType">MMModemLocationAssistanceDataType</link> + values, specifying the supported types of assistance data. + --> + <property name="SupportedAssistanceData" type="u" access="read" /> + + <!-- Enabled: Bitmask specifying which of the supported @@ -313,6 +339,14 @@ <property name="SuplServer" type="s" access="read" /> <!-- + AssistanceDataServers: + + URLs from where the user can download assistance data files to inject with + <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.InjectAssistanceData">InjectAssistanceData()</link>. + --> + <property name="AssistanceDataServers" type="as" access="read" /> + + <!-- GpsRefreshRate: Rate of refresh of the GPS information in the interface. |