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/libmm-glib/libmm-glib-sections.txt | |
parent | f27d7f9362a0291ff64e97f70ae70a11b74a906c (diff) |
libmm-glib: new 'MMSignalThresholdProperties' helper object
To avoid needing to work with GVariants directly.
Diffstat (limited to 'docs/reference/libmm-glib/libmm-glib-sections.txt')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 27 |
1 files changed, 27 insertions, 0 deletions
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 |