From b9f0451fa35393ceedf6d9d20b78c43578ebea5d Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Wed, 12 Jul 2017 17:57:30 +0200
Subject: New upstream version 1.8.2
---
.../gdbus-org.freedesktop.NetworkManager.Device.html | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
(limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html')
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html
index b46b05ed..23d6f21e 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html
@@ -3,7 +3,7 @@
org.freedesktop.NetworkManager.Device: NetworkManager Reference Manual
-
+
@@ -250,6 +250,9 @@ Udi readable s
for a way to track a specific piece of hardware across reboot or hotplug,
use a MAC address or USB serial number.
+
Note that non-UTF-8 characters are backslash escaped. Use g_strcompress()
+ to obtain the true (non-UTF-8) string.
+
@@ -258,6 +261,9 @@ Udi readable s
Interface readable s
The name of the device's control (and often data) interface.
+ Note that non UTF-8 characters are backslash escaped, so the
+ resulting name may be longer then 15 characters. Use g_strcompress()
+ to revert the escaping.
@@ -270,6 +276,9 @@ IpInterface readable s
not refer to the actual data interface until the device has successfully
established a data connection, indicated by the device's State becoming
ACTIVATED.
+ Note that non UTF-8 characters are backslash escaped, so the
+ resulting name may be longer then 15 characters. Use g_strcompress()
+ to revert the escaping.
@@ -279,6 +288,8 @@ IpInterface readable s
Driver readable s
The driver handling the device.
+ Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
+ to revert.
@@ -288,6 +299,8 @@ Driver readable s
DriverVersion readable s
The version of the driver handling the device.
+ Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
+ to revert.
@@ -297,6 +310,8 @@ DriverVersion readable s
FirmwareVersion readable s
The firmware version for the device.
+ Non-UTF-8 sequences are backslash escaped. Use g_strcompress()
+ to revert.