From 1e5977b62f896e844b548c3007ace9e1dfa7f9ed Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Apr 2020 21:28:04 +0200 Subject: New upstream version 1.23.90 --- docs/libnm/html/NMDevice.html | 51 +++++++++++++++++++++++++++---------------- 1 file changed, 32 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 c5bb4b84..b73cee8e 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -8,7 +8,7 @@ - + @@ -36,8 +36,8 @@

Functions

--++ @@ -513,8 +513,8 @@

Types and Values

--++ @@ -637,6 +637,10 @@ + + + +
#define NM_DEVICE_INTERFACE_FLAGS
#defineNM_DEVICE_HW_ADDRESS
@@ -957,8 +961,10 @@ nm_device_set_managed (gboolean managed);

nm_device_set_managed has been deprecated since version 1.22 and should not be used in newly-written code.

-

, use nm_device_set_managed_async() or GDBusConnection

-

This function is deprecated because it calls a synchronous D-Bus method +

Use the async command nm_client_dbus_set_property() on +nm_object_get_path(), interface NM_DBUS_INTERFACE_DEVICE to set the +"Managed" property to a "(b)" boolean value. +This function is deprecated because it calls a synchronous D-Bus method and modifies the content of the NMClient cache client side. Also, it does not emit a property changed signal.

@@ -1021,8 +1027,9 @@ nm_device_set_autoconnect (gboolean autoconnect);

nm_device_set_autoconnect has been deprecated since version 1.22 and should not be used in newly-written code.

-

, use nm_device_set_autoconnect_async() or GDBusConnection

-

This function is deprecated because it calls a synchronous D-Bus method +

Use the async command nm_client_dbus_set_property() on +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.

Enables or disables automatic activation of the NMDevice.

@@ -1345,7 +1352,7 @@ not part of an active connection.

nm_device_get_available_connections ()

const GPtrArray *
 nm_device_get_available_connections (NMDevice *device);
-

Gets the NMRemoteConnections currently known to the daemon that could +

Gets the NMRemoteConnections currently known to the daemon that could be activated on device .

@@ -1366,7 +1373,7 @@ be activated on device

Returns

the GPtrArray -containing NMRemoteConnections. This is the internal copy used by +containing NMRemoteConnections. This is the internal copy used by the connection, and must not be modified.

[element-type NMRemoteConnection]

@@ -1452,7 +1459,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

@@ -1705,7 +1712,7 @@ nm_device_reapply (GError **error);

nm_device_reapply has been deprecated since version 1.22 and should not be used in newly-written code.

-

, use nm_device_reapply_async() or GDBusConnection

+

Use nm_device_reapply_async() or GDBusConnection.

Attempts to update device with changes to the currently active connection made since it was last applied.

@@ -1881,7 +1888,7 @@ nm_device_get_applied_connection (GError **error);

nm_device_get_applied_connection has been deprecated since version 1.22 and should not be used in newly-written code.

-

, use nm_device_get_applied_connection_async() or GDBusConnection

+

Use nm_device_get_applied_connection_async() or GDBusConnection.

Fetch the currently applied connection on the device.

@@ -2045,7 +2052,7 @@ nm_device_disconnect (GError **error);

nm_device_disconnect has been deprecated since version 1.22 and should not be used in newly-written code.

-

, use nm_device_disconnect_async() or GDBusConnection

+

Use nm_device_disconnect_async() or GDBusConnection.

Disconnects the device if currently connected, and prevents the device from automatically connecting to networks until the next manual network connection @@ -2178,7 +2185,7 @@ nm_device_delete (GError **error);

nm_device_delete has been deprecated since version 1.22 and should not be used in newly-written code.

-

, use nm_device_delete_async() or GDBusConnection

+

Use nm_device_delete_async() or GDBusConnection.

Deletes the software device. Hardware devices can't be deleted.

@@ -2331,7 +2338,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] @@ -2340,7 +2347,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]

@@ -2909,9 +2916,15 @@ not found.

#define NM_DEVICE_INTERFACE_FLAGS "interface-flags"
 
+
+
+

NM_DEVICE_HW_ADDRESS

+
#define NM_DEVICE_HW_ADDRESS "hw-address"
+
+
+
Generated by GTK-Doc V1.32.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From d460892bbfece74fb6d3cd846bf6ef548290be41 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 May 2020 21:40:53 +0200 Subject: New upstream version 1.24.0 --- docs/libnm/html/NMDevice.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMDevice.html') diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index b73cee8e..5edef2c9 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -8,7 +8,7 @@ - + @@ -1352,7 +1352,7 @@ not part of an active connection.

nm_device_get_available_connections ()

const GPtrArray *
 nm_device_get_available_connections (NMDevice *device);
-

Gets the NMRemoteConnections currently known to the daemon that could +

Gets the NMRemoteConnections currently known to the daemon that could be activated on device .

@@ -1373,7 +1373,7 @@ be activated on device

Returns

the GPtrArray -containing NMRemoteConnections. This is the internal copy used by +containing NMRemoteConnections. This is the internal copy used by the connection, and must not be modified.

[element-type NMRemoteConnection]

@@ -1459,7 +1459,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

@@ -2338,7 +2338,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] @@ -2347,7 +2347,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]

@@ -2925,6 +2925,6 @@ not found.

+
Generated by GTK-Doc V1.32 \ No newline at end of file -- cgit 1.3.0-6-gf8a5