diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-31 12:11:20 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-18 09:00:10 +0000 |
commit | 7c7f97807b5b6a6ccf9a85f8d033e3471f3e996f (patch) | |
tree | 65b3fbd96e1654c7420f600e2c703976943af679 /docs | |
parent | 58de2a990470f7ae0194a6648bc7d5663e846f4e (diff) |
libmm-glib,cell-info-gsm: new 'MMCellInfoGsm' object
Implementing support for GSM 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 | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml index 2b68948f..ae2ba088 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -94,6 +94,7 @@ <xi:include href="xml/mm-unlock-retries.xml"/> <xi:include href="xml/mm-cell-info.xml"/> <xi:include href="xml/mm-cell-info-cdma.xml"/> + <xi:include href="xml/mm-cell-info-gsm.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 a6bc3fa3..f61e5e82 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -336,6 +336,39 @@ mm_cell_info_cdma_get_type </SECTION> <SECTION> +<FILE>mm-cell-info-gsm</FILE> +<TITLE>MMCellInfoGsm</TITLE> +MMCellInfoGsm +<SUBSECTION Getters> +mm_cell_info_gsm_gsm_get_operator_id +mm_cell_info_gsm_gsm_get_lac +mm_cell_info_gsm_gsm_get_ci +mm_cell_info_gsm_gsm_get_timing_advance +mm_cell_info_gsm_gsm_get_arfcn +mm_cell_info_gsm_gsm_get_base_station_id +mm_cell_info_gsm_gsm_get_rx_level +<SUBSECTION Private> +mm_cell_info_gsm_new_from_dictionary +mm_cell_info_gsm_set_operator_id +mm_cell_info_gsm_set_lac +mm_cell_info_gsm_set_ci +mm_cell_info_gsm_set_timing_advance +mm_cell_info_gsm_set_arfcn +mm_cell_info_gsm_set_base_station_id +mm_cell_info_gsm_set_rx_level +<SUBSECTION Standard> +MMCellInfoGsmClass +MMCellInfoGsmPrivate +MM_IS_CELL_INFO_GSM +MM_IS_CELL_INFO_GSM_CLASS +MM_TYPE_CELL_INFO_GSM +MM_CELL_INFO_GSM +MM_CELL_INFO_GSM_CLASS +MM_CELL_INFO_GSM_GET_CLASS +mm_cell_info_gsm_get_type +</SECTION> + +<SECTION> <FILE>mm-modem-3gpp</FILE> <TITLE>MMModem3gpp</TITLE> MMModem3gpp |