From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/NMDevice.html | 45 ++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'docs/libnm/html/NMDevice.html') diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 6542dc63..defb61aa 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -357,7 +357,7 @@ -NMConnection * +NMConnection * nm_device_get_applied_connection () @@ -373,7 +373,7 @@ -NMConnection * +NMConnection * nm_device_get_applied_connection_finish () @@ -904,6 +904,7 @@ ├── NMDeviceGeneric ├── NMDeviceInfiniband ├── NMDeviceIPTunnel + ├── NMDeviceLoopback ├── NMDeviceMacsec ├── NMDeviceMacvlan ├── NMDeviceModem @@ -2040,7 +2041,7 @@ devices in devices

nm_device_reapply ()

gboolean
 nm_device_reapply (NMDevice *device,
-                   NMConnection *connection,
+                   NMConnection *connection,
                    guint64 version_id,
                    guint32 flags,
                    GCancellable *cancellable,
@@ -2067,7 +2068,7 @@ made since it was last applied.

connection

-

the NMConnection to replace the applied +

the NMConnection to replace the applied settings with or NULL to reuse existing.

[allow-none] @@ -2108,7 +2109,7 @@ will be set.

nm_device_reapply_async ()

void
 nm_device_reapply_async (NMDevice *device,
-                         NMConnection *connection,
+                         NMConnection *connection,
                          guint64 version_id,
                          guint32 flags,
                          GCancellable *cancellable,
@@ -2132,7 +2133,7 @@ currently active connection made since it was last applied.

connection

-

the NMConnection to replace the applied +

the NMConnection to replace the applied settings with or NULL to reuse existing.

[allow-none] @@ -2215,7 +2216,7 @@ will be set.


nm_device_get_applied_connection ()

-
NMConnection *
+
NMConnection *
 nm_device_get_applied_connection (NMDevice *device,
                                   guint32 flags,
                                   guint64 *version_id,
@@ -2266,10 +2267,10 @@ the applied connection. 

Returns

-

a NMConnection with the currently applied settings +

a NMConnection with the currently applied settings or NULL on error.

The connection is as received from D-Bus and might not validate according -to nm_connection_verify().

+to nm_connection_verify().

[transfer full]

Since: 1.2

@@ -2328,7 +2329,7 @@ nm_device_get_applied_connection_async

nm_device_get_applied_connection_finish ()

-
NMConnection *
+
NMConnection *
 nm_device_get_applied_connection_finish
                                (NMDevice *device,
                                 GAsyncResult *result,
@@ -2370,10 +2371,10 @@ connection. 

Returns

-

a currently applied NMConnection or NULL in case +

a currently applied NMConnection or NULL in case of error.

The connection is as received from D-Bus and might not validate according -to nm_connection_verify().

+to nm_connection_verify().

[transfer full]

Since: 1.2

@@ -2673,7 +2674,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] @@ -2682,7 +2683,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.

WARNING: the transfer annotation for this function may not work correctly @@ -2696,7 +2697,7 @@ You can filter the list yourself with

nm_device_connection_valid ()

gboolean
 nm_device_connection_valid (NMDevice *device,
-                            NMConnection *connection);
+ NMConnection *connection);

Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if device @@ -2722,7 +2723,7 @@ against

connection

-

an NMConnection to validate against device +

an NMConnection to validate against device

  @@ -2740,7 +2741,7 @@ if is incompatible with the device's capabilities and characteristics.

nm_device_connection_compatible ()

gboolean
 nm_device_connection_compatible (NMDevice *device,
-                                 NMConnection *connection,
+                                 NMConnection *connection,
                                  GError **error);

Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if @@ -2770,7 +2771,7 @@ against

connection

-

an NMConnection to validate against device +

an NMConnection to validate against device

  @@ -2793,7 +2794,7 @@ if is incompatible with the device's capabilities and characteristics.

nm_device_get_setting_type ()

GType
 nm_device_get_setting_type (NMDevice *device);
-

Gets the (primary) NMSetting subtype associated with connections +

Gets the (primary) NMSetting subtype associated with connections that can be used on device .

@@ -2814,7 +2815,7 @@ that can be used on device

Returns

device -'s associated NMSetting type

+'s associated NMSetting type


@@ -2943,8 +2944,8 @@ nm_lldp_neighbor_new (void

Creates a new NMLldpNeighbor object.

Note that NMLldpNeighbor has no public API for mutating an instance. Also, libnm will not internally mutate a -once exposed object. They are guaranteed to be immutable. -Since 1.32, ref-counting is thread-safe.

+once exposed object. They are guaranteed to be immutable.

+

Since 1.32, ref-counting of NMLldpNeighbor is thread-safe.

This function is not useful, as there is no public API to actually modify the (empty) instance.

-- cgit 1.3.0-6-gf8a5 From b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 23 Feb 2023 17:11:22 +0100 Subject: New upstream version 1.42.2 --- docs/libnm/html/NMDevice.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/libnm/html/NMDevice.html') diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index defb61aa..1065c706 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -357,7 +357,7 @@ -NMConnection * +NMConnection * nm_device_get_applied_connection () @@ -373,7 +373,7 @@ -NMConnection * +NMConnection * nm_device_get_applied_connection_finish () @@ -2041,7 +2041,7 @@ devices in devices

nm_device_reapply ()

gboolean
 nm_device_reapply (NMDevice *device,
-                   NMConnection *connection,
+                   NMConnection *connection,
                    guint64 version_id,
                    guint32 flags,
                    GCancellable *cancellable,
@@ -2068,7 +2068,7 @@ made since it was last applied.

connection

-

the NMConnection to replace the applied +

the NMConnection to replace the applied settings with or NULL to reuse existing.

[allow-none] @@ -2109,7 +2109,7 @@ will be set.

nm_device_reapply_async ()

void
 nm_device_reapply_async (NMDevice *device,
-                         NMConnection *connection,
+                         NMConnection *connection,
                          guint64 version_id,
                          guint32 flags,
                          GCancellable *cancellable,
@@ -2133,7 +2133,7 @@ currently active connection made since it was last applied.

connection

-

the NMConnection to replace the applied +

the NMConnection to replace the applied settings with or NULL to reuse existing.

[allow-none] @@ -2216,7 +2216,7 @@ will be set.


nm_device_get_applied_connection ()

-
NMConnection *
+
NMConnection *
 nm_device_get_applied_connection (NMDevice *device,
                                   guint32 flags,
                                   guint64 *version_id,
@@ -2267,10 +2267,10 @@ the applied connection. 

Returns

-

a NMConnection with the currently applied settings +

a NMConnection with the currently applied settings or NULL on error.

The connection is as received from D-Bus and might not validate according -to nm_connection_verify().

+to nm_connection_verify().

[transfer full]

Since: 1.2

@@ -2329,7 +2329,7 @@ nm_device_get_applied_connection_async

nm_device_get_applied_connection_finish ()

-
NMConnection *
+
NMConnection *
 nm_device_get_applied_connection_finish
                                (NMDevice *device,
                                 GAsyncResult *result,
@@ -2371,10 +2371,10 @@ connection. 

Returns

-

a currently applied NMConnection or NULL in case +

a currently applied NMConnection or NULL in case of error.

The connection is as received from D-Bus and might not validate according -to nm_connection_verify().

+to nm_connection_verify().

[transfer full]

Since: 1.2

@@ -2674,7 +2674,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] @@ -2683,7 +2683,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.

WARNING: the transfer annotation for this function may not work correctly @@ -2697,7 +2697,7 @@ You can filter the list yourself with

nm_device_connection_valid ()

gboolean
 nm_device_connection_valid (NMDevice *device,
-                            NMConnection *connection);
+ NMConnection *connection);

Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if device @@ -2723,7 +2723,7 @@ against

connection

-

an NMConnection to validate against device +

an NMConnection to validate against device

  @@ -2741,7 +2741,7 @@ if is incompatible with the device's capabilities and characteristics.

nm_device_connection_compatible ()

gboolean
 nm_device_connection_compatible (NMDevice *device,
-                                 NMConnection *connection,
+                                 NMConnection *connection,
                                  GError **error);

Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if @@ -2771,7 +2771,7 @@ against

connection

-

an NMConnection to validate against device +

an NMConnection to validate against device

  @@ -2794,7 +2794,7 @@ if is incompatible with the device's capabilities and characteristics.

nm_device_get_setting_type ()

GType
 nm_device_get_setting_type (NMDevice *device);
-

Gets the (primary) NMSetting subtype associated with connections +

Gets the (primary) NMSetting subtype associated with connections that can be used on device .

@@ -2815,7 +2815,7 @@ that can be used on device

Returns

device -'s associated NMSetting type

+'s associated NMSetting type


-- cgit 1.3.0-6-gf8a5