From de6b1324cb80413e552806f75c70be72cc41e933 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 17 May 2021 21:33:32 +0200 Subject: 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. --- docs/reference/libmm-glib/libmm-glib-sections.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/reference') 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 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 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 -- cgit v1.2.3-70-g09d2