diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-02 15:52:43 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-18 09:00:10 +0000 |
commit | e682b8a4995aa498ffe398692288e476c1b2187e (patch) | |
tree | a323e9adc826c779921b2f45514ee42c25bcd819 /docs | |
parent | b5a5d58650f168423c14fa3246c8ce9137c2e0da (diff) |
libmm-glib,cell-info-tdscdma: new 'MMCellInfoTdscdma' object
Implementing support for TDSCDMA cell info.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-docs.xml | 1 | ||||
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml index e84a6088..3a3f5bd7 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -96,6 +96,7 @@ <xi:include href="xml/mm-cell-info-cdma.xml"/> <xi:include href="xml/mm-cell-info-gsm.xml"/> <xi:include href="xml/mm-cell-info-umts.xml"/> + <xi:include href="xml/mm-cell-info-tdscdma.xml"/> <xi:include href="xml/mm-pco.xml"/> <xi:include href="xml/mm-nr5g-registration-settings.xml"/> </section> diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index f64b9927..68088afe 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -410,6 +410,41 @@ mm_cell_info_umts_get_type </SECTION> <SECTION> +<FILE>mm-cell-info-tdscdma</FILE> +<TITLE>MMCellInfoTdscdma</TITLE> +MMCellInfoTdscdma +<SUBSECTION Getters> +mm_cell_info_tdscdma_get_operator_id +mm_cell_info_tdscdma_get_lac +mm_cell_info_tdscdma_get_ci +mm_cell_info_tdscdma_get_uarfcn +mm_cell_info_tdscdma_get_cell_parameter_id +mm_cell_info_tdscdma_get_timing_advance +mm_cell_info_tdscdma_get_rscp +mm_cell_info_tdscdma_get_path_loss +<SUBSECTION Private> +mm_cell_info_tdscdma_new_from_dictionary +mm_cell_info_tdscdma_set_operator_id +mm_cell_info_tdscdma_set_lac +mm_cell_info_tdscdma_set_ci +mm_cell_info_tdscdma_set_uarfcn +mm_cell_info_tdscdma_set_cell_parameter_id +mm_cell_info_tdscdma_set_timing_advance +mm_cell_info_tdscdma_set_rscp +mm_cell_info_tdscdma_set_path_loss +<SUBSECTION Standard> +MMCellInfoTdscdmaClass +MMCellInfoTdscdmaPrivate +MM_IS_CELL_INFO_TDSCDMA +MM_IS_CELL_INFO_TDSCDMA_CLASS +MM_TYPE_CELL_INFO_TDSCDMA +MM_CELL_INFO_TDSCDMA +MM_CELL_INFO_TDSCDMA_CLASS +MM_CELL_INFO_TDSCDMA_GET_CLASS +mm_cell_info_tdscdma_get_type +</SECTION> + +<SECTION> <FILE>mm-modem-3gpp</FILE> <TITLE>MMModem3gpp</TITLE> MMModem3gpp |