libmm-glib: implement handling the CDMA BS location source

This commit is contained in:
Aleksander Morgado
2012-10-31 12:34:46 +01:00
parent 24c40e32bd
commit d9241d08db
8 changed files with 438 additions and 8 deletions

View File

@@ -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>

View File

@@ -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
@@ -417,6 +420,30 @@ MM_TYPE_LOCATION_GPS_RAW
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>