diff options
| author | Michael Biebl <biebl@debian.org> | 2017-07-12 17:58:09 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-07-12 17:58:09 +0200 |
| commit | 1c106aa806930113c6773992fa4ddce13e295ead (patch) | |
| tree | 2242b717e4060d33794b94d9c45f81e4007e3a3f /docs/api/dbus-org.freedesktop.NetworkManager.Device.xml | |
| parent | eb2473a843f46fae54f981c822fcace18d8f6fdf (diff) | |
| parent | b9f0451fa35393ceedf6d9d20b78c43578ebea5d (diff) | |
Updated version 1.8.2 from 'upstream/1.8.2'
with Debian dir 0d04ce142632bf08356d8d906289b6fc2de9e7c1
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.Device.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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. +</para><para> Note that non-UTF-8 characters are backslash escaped. Use g_strcompress() + to obtain the true (non-UTF-8) string. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Interface"> @@ -215,6 +217,9 @@ Udi readable s Interface readable s </programlisting> <para> 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. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.IpInterface"> @@ -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. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Driver"> @@ -236,6 +244,8 @@ IpInterface readable s Driver readable s </programlisting> <para> The driver handling the device. + Non-UTF-8 sequences are backslash escaped. Use g_strcompress() + to revert. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.DriverVersion"> @@ -245,6 +255,8 @@ Driver readable s DriverVersion readable s </programlisting> <para> The version of the driver handling the device. + Non-UTF-8 sequences are backslash escaped. Use g_strcompress() + to revert. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.FirmwareVersion"> @@ -254,6 +266,8 @@ DriverVersion readable s FirmwareVersion readable s </programlisting> <para> The firmware version for the device. + Non-UTF-8 sequences are backslash escaped. Use g_strcompress() + to revert. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device.Capabilities"> |