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/reference/libmm-glib/libmm-glib-sections.txt | |
parent | b5a5d58650f168423c14fa3246c8ce9137c2e0da (diff) |
libmm-glib,cell-info-tdscdma: new 'MMCellInfoTdscdma' object
Implementing support for TDSCDMA cell info.
Diffstat (limited to 'docs/reference/libmm-glib/libmm-glib-sections.txt')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 35 |
1 files changed, 35 insertions, 0 deletions
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 |