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 --- docs/api/dbus-org.freedesktop.NetworkManager.Device.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml index e8c8ffca..fdd95b5a 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.xml @@ -206,6 +206,8 @@ Udi readable s each device in your application, use the object path. If you're looking 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. @@ -215,6 +217,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. @@ -227,6 +232,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. @@ -236,6 +244,8 @@ IpInterface readable s Driver readable s The driver handling the device. + Non-UTF-8 sequences are backslash escaped. Use g_strcompress() + to revert. @@ -245,6 +255,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. @@ -254,6 +266,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. -- cgit 1.3.0-6-gf8a5