diff options
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-docs.xml | 1 | ||||
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml index 6e3c7178..c9f498ca 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -93,6 +93,7 @@ <xi:include href="xml/mm-location-3gpp.xml"/> <xi:include href="xml/mm-location-gps-nmea.xml"/> <xi:include href="xml/mm-location-gps-raw.xml"/> + <xi:include href="xml/mm-location-cdma-bs.xml"/> </section> <section> <title>Messaging support</title> diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 1959ae4e..6b874e05 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -324,6 +324,9 @@ mm_modem_location_get_gps_nmea_sync mm_modem_location_get_gps_raw mm_modem_location_get_gps_raw_finish mm_modem_location_get_gps_raw_sync +mm_modem_location_get_cdma_bs +mm_modem_location_get_cdma_bs_finish +mm_modem_location_get_cdma_bs_sync mm_modem_location_get_full mm_modem_location_get_full_finish mm_modem_location_get_full_sync @@ -418,6 +421,30 @@ mm_location_gps_raw_get_type </SECTION> <SECTION> +<FILE>mm-location-cdma-bs</FILE> +<TITLE>MMLocationCdmaBs</TITLE> +MMLocationCdmaBs +<SUBSECTION Getters> +mm_location_cdma_bs_get_latitude +mm_location_cdma_bs_get_longitude +<SUBSECTION Private> +mm_location_cdma_bs_get_dictionary +mm_location_cdma_bs_new +mm_location_cdma_bs_set +mm_location_cdma_bs_new_from_dictionary +<SUBSECTION Standard> +MMLocationCdmaBsClass +MMLocationCdmaBsPrivate +MM_IS_LOCATION_CDMA_BS +MM_IS_LOCATION_CDMA_BS_CLASS +MM_LOCATION_CDMA_BS +MM_LOCATION_CDMA_BS_CLASS +MM_LOCATION_CDMA_BS_GET_CLASS +MM_TYPE_LOCATION_CDMA_BS +mm_location_cdma_bs_get_type +</SECTION> + +<SECTION> <FILE>mm-modem-messaging</FILE> <TITLE>MMModemMessaging</TITLE> MMModemMessaging |