diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-05-17 21:33:32 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-05-23 01:22:07 +0200 |
commit | de6b1324cb80413e552806f75c70be72cc41e933 (patch) | |
tree | 8f20a6bfc9a1ae4f4288e11a77aa54d1d178d8ce /docs/reference/libmm-glib/libmm-glib-sections.txt | |
parent | ff45d292ee75b0e49c3de3677211218445659884 (diff) |
api,bearer: new 'ConnectionError' property
This new property will provide detailed information about the failed
connection attempt, or about the network initiated disconnection. The
property will be cleared only if a new connection attempt is
triggered, and so it can be used to investigate why a given attempt
failed without needing to be the one who triggered the attempt (e.g.
so that failures in NetworkManager-triggered connection attempts can
be investigated looking at the DBus API).
The property is built as a (ss) tuple, but the libmm-glib interface
provides methods to read this property as a GError.
Diffstat (limited to 'docs/reference/libmm-glib/libmm-glib-sections.txt')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 670d42c7..70f55ace 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -1091,6 +1091,8 @@ mm_bearer_peek_properties mm_bearer_get_properties mm_bearer_peek_stats mm_bearer_get_stats +mm_bearer_get_connection_error +mm_bearer_peek_connection_error <SUBSECTION Methods> mm_bearer_connect mm_bearer_connect_finish @@ -1835,6 +1837,8 @@ mm_gdbus_bearer_get_ip_timeout mm_gdbus_bearer_get_properties mm_gdbus_bearer_dup_properties mm_gdbus_bearer_get_connected +mm_gdbus_bearer_get_connection_error +mm_gdbus_bearer_dup_connection_error mm_gdbus_bearer_get_suspended mm_gdbus_bearer_get_multiplexed mm_gdbus_bearer_get_bearer_type @@ -1851,6 +1855,7 @@ mm_gdbus_bearer_call_disconnect_sync <SUBSECTION Private> mm_gdbus_bearer_interface_info mm_gdbus_bearer_set_connected +mm_gdbus_bearer_set_connection_error mm_gdbus_bearer_set_interface mm_gdbus_bearer_set_ip4_config mm_gdbus_bearer_set_ip6_config |