From a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 28 Jun 2020 18:58:14 +0200 Subject: New upstream version 1.25.90 --- docs/libnm/html/NMDevice.html | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'docs/libnm/html/NMDevice.html') diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 5edef2c9..7a7cf8c5 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -73,6 +73,13 @@ const char * +nm_device_get_path () + + + +const char * + + nm_device_get_driver () @@ -527,6 +534,10 @@ #define +NM_DEVICE_PATH + + +#define NM_DEVICE_INTERFACE @@ -765,6 +776,35 @@ system services like udev or sysfs.


+

nm_device_get_path ()

+
const char *
+nm_device_get_path (NMDevice *device);
+

Gets the path of the NMDevice as exposed by the udev property ID_PATH.

+
+

Parameters

+
+++++ + + + + + +

device

a NMDevice

 
+
+
+

Returns

+

the path of the device.

+

The string is backslash escaped (C escaping) for invalid characters. The escaping +can be reverted with g_strcompress(), however the result may not be valid UTF-8.

+
+

Since: 1.26

+
+
+

nm_device_get_driver ()

const char *
 nm_device_get_driver (NMDevice *device);
@@ -2749,6 +2789,12 @@ not found.


+

NM_DEVICE_PATH

+
#define NM_DEVICE_PATH "path"
+
+
+
+

NM_DEVICE_INTERFACE

#define NM_DEVICE_INTERFACE "interface"
 
-- cgit 1.3.0-6-gf8a5