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. --- introspection/org.freedesktop.ModemManager1.Bearer.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'introspection') diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 645f041c..b890195c 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -101,6 +101,20 @@ --> + + +