diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-14 12:48:29 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-20 22:14:57 +0200 |
commit | e8c4b884931db166265aea514afbbe39075899ad (patch) | |
tree | 32c552bdfae2b1689aff5b65db87a0cfd22f79f5 /docs/reference | |
parent | f27d7f9362a0291ff64e97f70ae70a11b74a906c (diff) |
libmm-glib: new 'MMSignalThresholdProperties' helper object
To avoid needing to work with GVariants directly.
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 92e105f0..9953d552 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -135,6 +135,7 @@ <title>Extended signal information</title> <xi:include href="xml/mm-modem-signal.xml"/> <xi:include href="xml/mm-signal.xml"/> + <xi:include href="xml/mm-signal-threshold-properties.xml"/> </section> <section> <title>OMA support</title> diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 3bd7fd8f..a4569784 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -1061,6 +1061,33 @@ mm_signal_get_type </SECTION> <SECTION> +<FILE>mm-signal-threshold-properties</FILE> +<TITLE>MMSignalThresholdProperties</TITLE> +MMSignalThresholdProperties +<SUBSECTION New> +mm_signal_threshold_properties_new +<SUBSECTION GettersSetters> +mm_signal_threshold_properties_get_rssi +mm_signal_threshold_properties_set_rssi +mm_signal_threshold_properties_get_error_rate +mm_signal_threshold_properties_set_error_rate +<SUBSECTION Private> +mm_signal_threshold_properties_new_from_dictionary +mm_signal_threshold_properties_new_from_string +mm_signal_threshold_properties_get_dictionary +<SUBSECTION Standard> +MMSignalThresholdPropertiesClass +MMSignalThresholdPropertiesPrivate +MM_SIGNAL_THRESHOLD_PROPERTIES +MM_SIGNAL_THRESHOLD_PROPERTIES_CLASS +MM_SIGNAL_THRESHOLD_PROPERTIES_GET_CLASS +MM_IS_SIGNAL_THRESHOLD_PROPERTIES +MM_IS_SIGNAL_THRESHOLD_PROPERTIES_CLASS +MM_TYPE_SIGNAL_THRESHOLD_PROPERTIES +mm_signal_threshold_properties_get_type +</SECTION> + +<SECTION> <FILE>mm-modem-voice</FILE> <TITLE>MMModemVoice</TITLE> MMModemVoice |