From bfe522304da217296e2a61040f58e35ec5d6f3f2 Mon Sep 17 00:00:00 2001
From: Michael Biebl Use the async command
nm_device_set_autoconnect has been deprecated since version 1.22 and should not be used in newly-written code.nm_client_dbus_set_property() on
-nm_object_get_path(), NM_DBUS_INTERFACE_DEVICE to set "AutoConnect" property to a "(b)" value.
+nm_object_get_path(), NM_DBUS_INTERFACE_DEVICE to set "Autoconnect" property to a "(b)" value.
This function is deprecated because it calls a synchronous D-Bus method
and modifies the content of the NMClient cache client side.
the IPv4 NMIPConfig, or NULL if the device is not
activated.
[transfer none]
+[transfer none]
the IPv4 NMDhcpConfig, or NULL if the device is
not activated or not using DHCP.
[transfer none]
+[transfer none]
the IPv6 NMIPConfig or NULL if the device is not activated.
[transfer none]
+[transfer none]
the IPv6 NMDhcpConfig, or NULL if the device is
not activated or not using DHCPv6.
[transfer none]
+[transfer none]
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,13 +2387,13 @@ 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.
WARNING: the transfer annotation for this function may not work correctly
with bindings. See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/305.
You can filter the list yourself with nm_device_connection_valid().
-[transfer full][element-type NMConnection]
+[transfer full][element-type NMConnection]
@@ -2531,7 +2531,7 @@ nm_lldp_neighbor_new (void
Since: 1.2
@@ -2607,7 +2607,7 @@ nm_lldp_neighbor_get_attr_names (
Returns
a NULL-terminated array of attribute names.
-[transfer full]
+[transfer full]
Since: 1.2
@@ -2644,7 +2644,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]
@@ -2772,7 +2772,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
@@ -2974,6 +2974,6 @@ not found.
+
Generated by GTK-Doc V1.33.0