diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-24 10:14:17 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-07-01 01:10:39 +0200 |
commit | f226b6330115c39c3b209f84452729a0e412da24 (patch) | |
tree | 6a6e96884301ac3fc399c068a10226c56aea9c79 /docs | |
parent | 4e4cb6d66acaec56960948ad3adfe7df359d2807 (diff) |
libmm-glib,location: new signaled location API support
We allow clients to receive asynchronous updates of location
information, e.g. if "location signaling" is explicitly enabled (with
the setup() method).
But if so, we should also allow clients to easily process those
asynchronous updates in the libmm-glib library, instead of requiring
them to run explicit DBus queries to refresh the location information.
These new signaled location APIs allow clients to do so; they can
enable location signaling, and then just wait for the updates to
arrive.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 2afc2232..1b7fc52a 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -481,20 +481,29 @@ mm_modem_location_set_gps_refresh_rate_sync mm_modem_location_get_3gpp mm_modem_location_get_3gpp_finish mm_modem_location_get_3gpp_sync +mm_modem_location_peek_signaled_3gpp +mm_modem_location_get_signaled_3gpp mm_modem_location_get_gps_nmea mm_modem_location_get_gps_nmea_finish mm_modem_location_get_gps_nmea_sync +mm_modem_location_peek_signaled_gps_nmea +mm_modem_location_get_signaled_gps_nmea mm_modem_location_get_gps_raw mm_modem_location_get_gps_raw_finish mm_modem_location_get_gps_raw_sync +mm_modem_location_peek_signaled_gps_raw +mm_modem_location_get_signaled_gps_raw mm_modem_location_get_cdma_bs mm_modem_location_get_cdma_bs_finish mm_modem_location_get_cdma_bs_sync +mm_modem_location_peek_signaled_cdma_bs +mm_modem_location_get_signaled_cdma_bs mm_modem_location_get_full mm_modem_location_get_full_finish mm_modem_location_get_full_sync <SUBSECTION Standard> MMModemLocationClass +MMModemLocationPrivate MM_IS_MODEM_LOCATION MM_IS_MODEM_LOCATION_CLASS MM_MODEM_LOCATION |