diff --git a/introspection/Makefile.am b/introspection/Makefile.am index 404c1d93..175162cc 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -13,4 +13,5 @@ EXTRA_DIST = \ mm-modem-gsm-network.xml \ mm-modem-gsm-sms.xml \ mm-modem-simple.xml \ - mm-serial-error.xml + mm-serial-error.xml \ + mm-modem-location.xml diff --git a/introspection/all.xml b/introspection/all.xml index 426baf0e..30725c73 100644 --- a/introspection/all.xml +++ b/introspection/all.xml @@ -25,6 +25,7 @@ + diff --git a/introspection/mm-modem-location.xml b/introspection/mm-modem-location.xml new file mode 100644 index 00000000..ccd1e3a4 --- /dev/null +++ b/introspection/mm-modem-location.xml @@ -0,0 +1,70 @@ + + + + + + + + Location capabilities of the device. + + + + + + TRUE if location information gathering is enabled for this device, FALSE if it is disabled. When disabled, the device will not provide location information. + + + + + + Enable or disable location information gathering. When enabled, *all* clients can retrieve location information unless restricted through D-Bus service permissions; this could allow malicious applications to track your location so use this functionality carefully. + + + + + + TRUE to enable location information gathering, FALSE to disable. + + + + + + + Dict of available location information when location information gathering is enabled. If the modem supports multiple location types it may return more than one here. + + + + + + A mapping from unsigned integers to a variant representing location information. + + + + Identifies the type and format of the associated location information. Contrary to the value description, this is not a bitfield but uses the same values as the MM_MODEM_LOCATION_CAPABILITIES bitfield. + + + + + Contains type-specific location information. GSM_LAC_CI data is a string with the format "LAC,CI" (ex "84CD,00D30156") while GPS_NMEA is a string in NMEA-compatible format. + + + + + + + Unknown or no capabilties. + + + Reserved. + + + The device is capable of providing GPS NMEA-format location information. + + + The device is capable of providing GSM Location Area Code/Cell ID location information. + + + + + +