From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl Returns
TRUE if the device exists, or FALSE if it is a placeholder device
that could be automatically created by NetworkManager if one of its
-“available-connections” was activated.
Since: 1.2
@@ -1947,7 +1947,7 @@ nm_device_get_applied_connection (
flags
-the flags argument. Currently this value must always be zero.
+the flags argument. Currently, this value must always be zero.
@@ -2006,7 +2006,7 @@ nm_device_get_applied_connection_async
flags
-the flags argument. Currently this value must always be zero.
+the flags argument. Currently, this value must always be zero.
@@ -2378,7 +2378,7 @@ incompatible with the device. To get the full list of connections see
connections
-an array of NMConnections to filter.
+an array of NMConnections to filter.
[element-type NMConnection]
@@ -2387,7 +2387,7 @@ incompatible with the device. To get the full list of connections see
Returns
an array of
-NMConnections that could be activated with the given device
+NMConnections that could be activated with the given device
. The array
should be freed with g_ptr_array_unref() when it is no longer required.
[transfer full][element-type NMConnection]
@@ -2778,43 +2778,43 @@ not found.
Types and Values
NM_DEVICE_DEVICE_TYPE
-#define NM_DEVICE_DEVICE_TYPE "device-type"
+#define NM_DEVICE_DEVICE_TYPE "device-type"
NM_DEVICE_INTERFACE
-#define NM_DEVICE_INTERFACE "interface"
+#define NM_DEVICE_INTERFACE "interface"
NM_DEVICE_IP_INTERFACE
-#define NM_DEVICE_IP_INTERFACE "ip-interface"
+#define NM_DEVICE_IP_INTERFACE "ip-interface"
NM_DEVICE_DRIVER_VERSION
-#define NM_DEVICE_DRIVER_VERSION "driver-version"
+#define NM_DEVICE_DRIVER_VERSION "driver-version"
@@ -2826,19 +2826,19 @@ not found.
NM_DEVICE_CAPABILITIES
-#define NM_DEVICE_CAPABILITIES "capabilities"
+#define NM_DEVICE_CAPABILITIES "capabilities"
@@ -2851,55 +2851,55 @@ not found.
NM_DEVICE_FIRMWARE_MISSING
-#define NM_DEVICE_FIRMWARE_MISSING "firmware-missing"
+#define NM_DEVICE_FIRMWARE_MISSING "firmware-missing"
NM_DEVICE_NM_PLUGIN_MISSING
-#define NM_DEVICE_NM_PLUGIN_MISSING "nm-plugin-missing"
+#define NM_DEVICE_NM_PLUGIN_MISSING "nm-plugin-missing"
NM_DEVICE_IP4_CONFIG
-#define NM_DEVICE_IP4_CONFIG "ip4-config"
+#define NM_DEVICE_IP4_CONFIG "ip4-config"
NM_DEVICE_DHCP4_CONFIG
-#define NM_DEVICE_DHCP4_CONFIG "dhcp4-config"
+#define NM_DEVICE_DHCP4_CONFIG "dhcp4-config"
NM_DEVICE_IP6_CONFIG
-#define NM_DEVICE_IP6_CONFIG "ip6-config"
+#define NM_DEVICE_IP6_CONFIG "ip6-config"
NM_DEVICE_DHCP6_CONFIG
-#define NM_DEVICE_DHCP6_CONFIG "dhcp6-config"
+#define NM_DEVICE_DHCP6_CONFIG "dhcp6-config"
NM_DEVICE_STATE_REASON
-#define NM_DEVICE_STATE_REASON "state-reason"
+#define NM_DEVICE_STATE_REASON "state-reason"
NM_DEVICE_ACTIVE_CONNECTION
-#define NM_DEVICE_ACTIVE_CONNECTION "active-connection"
+#define NM_DEVICE_ACTIVE_CONNECTION "active-connection"
@@ -2911,61 +2911,61 @@ not found.
NM_DEVICE_PHYSICAL_PORT_ID
-#define NM_DEVICE_PHYSICAL_PORT_ID "physical-port-id"
+#define NM_DEVICE_PHYSICAL_PORT_ID "physical-port-id"
NM_DEVICE_LLDP_NEIGHBORS
-#define NM_DEVICE_LLDP_NEIGHBORS "lldp-neighbors"
+#define NM_DEVICE_LLDP_NEIGHBORS "lldp-neighbors"
NM_DEVICE_IP4_CONNECTIVITY
-#define NM_DEVICE_IP4_CONNECTIVITY "ip4-connectivity"
+#define NM_DEVICE_IP4_CONNECTIVITY "ip4-connectivity"
NM_DEVICE_IP6_CONNECTIVITY
-#define NM_DEVICE_IP6_CONNECTIVITY "ip6-connectivity"
+#define NM_DEVICE_IP6_CONNECTIVITY "ip6-connectivity"
NM_DEVICE_INTERFACE_FLAGS
-#define NM_DEVICE_INTERFACE_FLAGS "interface-flags"
+#define NM_DEVICE_INTERFACE_FLAGS "interface-flags"
--
cgit 1.3.0-6-gf8a5
From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Sun, 6 Dec 2020 21:57:59 +0100
Subject: New upstream version 1.28.0
---
docs/libnm/html/NMDevice.html | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
(limited to 'docs/libnm/html/NMDevice.html')
diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html
index 4ddd7d41..358ca2fd 100644
--- a/docs/libnm/html/NMDevice.html
+++ b/docs/libnm/html/NMDevice.html
@@ -8,7 +8,7 @@
-
+
@@ -1178,7 +1178,7 @@ works with VPN connections.
Returns
the IPv4 NMIPConfig, or NULL if the device is not
activated.
-[transfer none]
+[transfer none]
@@ -1208,7 +1208,7 @@ works with VPN connections.
Returns
the IPv4 NMDhcpConfig, or NULL if the device is
not activated or not using DHCP.
-[transfer none]
+[transfer none]
@@ -1237,7 +1237,7 @@ works with VPN connections.
Returns
the IPv6 NMIPConfig or NULL if the device is not activated.
-[transfer none]
+[transfer none]
@@ -1267,7 +1267,7 @@ works with VPN connections.
Returns
the IPv6 NMDhcpConfig, or NULL if the device is
not activated or not using DHCPv6.
-[transfer none]
+[transfer none]
@@ -1384,7 +1384,7 @@ nm_device_get_active_connection (Returns
the NMActiveConnection or NULL if the device is
not part of an active connection.
-[transfer none]
+[transfer none]
@@ -1499,7 +1499,7 @@ nm_device_is_real (Returns
TRUE if the device exists, or FALSE if it is a placeholder device
that could be automatically created by NetworkManager if one of its
-“available-connections” was activated.
+“available-connections” was activated.
Since: 1.2
@@ -1671,7 +1671,7 @@ nm_device_get_lldp_neighbors (NMLldpNeighbors. This is the internal copy used by the
device and must not be modified. The library never modifies the returned
array and thus it is safe for callers to reference and keep using it.
-[element-type NMLldpNeighbor][transfer none]
+[element-type NMLldpNeighbor][transfer none]
Since: 1.2
@@ -1737,7 +1737,7 @@ devices in devices
Returns
the device names.
-[transfer full][array zero-terminated=1]
+[transfer full][array zero-terminated=1]
@@ -1975,7 +1975,7 @@ the applied connection.
or NULL on error.
The connection is as received from D-Bus and might not validate according
to nm_connection_verify().
-[transfer full]
+[transfer full]
Since: 1.2
@@ -2079,7 +2079,7 @@ connection.
of error.
The connection is as received from D-Bus and might not validate according
to nm_connection_verify().
-[transfer full]
+[transfer full]
Since: 1.2
@@ -2378,7 +2378,7 @@ incompatible with the device. To get the full list of connections see
connections
-an array of NMConnections to filter.
+an array of NMConnections to filter.
[element-type NMConnection]
@@ -2387,10 +2387,10 @@ incompatible with the device. To get the full list of connections see
Returns
an array of
-NMConnections that could be activated with the given device
+NMConnections that could be activated with the given device
. The array
should be freed with g_ptr_array_unref() when it is no longer required.
-[transfer full][element-type NMConnection]
+[transfer full][element-type NMConnection]
@@ -2528,7 +2528,7 @@ nm_lldp_neighbor_new (void
Since: 1.2
@@ -2604,7 +2604,7 @@ nm_lldp_neighbor_get_attr_names (
Returns
a NULL-terminated array of attribute names.
-[transfer full]
+[transfer full]
Since: 1.2
@@ -2641,7 +2641,7 @@ nm_lldp_neighbor_get_attr_string_value
out_value
on return, the attribute value.
-[out][allow-none][transfer none]
+[out][allow-none][transfer none]
@@ -2769,7 +2769,7 @@ nm_lldp_neighbor_get_attr_value (the value or NULL if the attribute with name
was
not found.
-[transfer none]
+[transfer none]
Since: 1.18
@@ -2971,6 +2971,6 @@ not found.
+
Generated by GTK-Doc V1.33.1