From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/libnm/html/NMDevice.html | 231 +++++++++++++++++++++++++++++------------- 1 file changed, 160 insertions(+), 71 deletions(-) (limited to 'docs/libnm/html/NMDevice.html') diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index c1d5d86f..de4488bf 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -452,10 +452,10 @@ -NMLldpNeighbor * +void -nm_lldp_neighbor_new () +nm_lldp_neighbor_ref () @@ -463,31 +463,31 @@ void -nm_lldp_neighbor_ref () +nm_lldp_neighbor_unref () -void +char ** -nm_lldp_neighbor_unref () +nm_lldp_neighbor_get_attr_names () -char ** +GVariant * -nm_lldp_neighbor_get_attr_names () +nm_lldp_neighbor_get_attr_value () -gboolean +NMLldpNeighbor * -nm_lldp_neighbor_get_attr_string_value () +nm_lldp_neighbor_new () @@ -495,22 +495,22 @@ gboolean -nm_lldp_neighbor_get_attr_uint_value () +nm_lldp_neighbor_get_attr_string_value () -const GVariantType * + +gboolean -nm_lldp_neighbor_get_attr_type () +nm_lldp_neighbor_get_attr_uint_value () - -GVariant * +const GVariantType * -nm_lldp_neighbor_get_attr_value () +nm_lldp_neighbor_get_attr_type () @@ -652,6 +652,10 @@ #define NM_DEVICE_HW_ADDRESS + +  +NMLldpNeighbor + @@ -1068,7 +1072,7 @@ nm_device_set_autoconnect (

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

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. +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.

@@ -2524,23 +2528,11 @@ that can be used on device
-

nm_lldp_neighbor_new ()

-
NMLldpNeighbor *
-nm_lldp_neighbor_new (void);
-

Creates a new NMLldpNeighbor object.

-
-

Returns

-

the new NMLldpNeighbor object.

-

[transfer full]

-
-

Since: 1.2

-
-
-

nm_lldp_neighbor_ref ()

void
 nm_lldp_neighbor_ref (NMLldpNeighbor *neighbor);

Increases the reference count of the object.

+

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

Parameters

@@ -2565,6 +2557,7 @@ nm_lldp_neighbor_ref (NMLldpNeighbor *neighbor);

Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.

+

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

Parameters

@@ -2613,6 +2606,65 @@ nm_lldp_neighbor_get_attr_names (
+

nm_lldp_neighbor_get_attr_value ()

+
GVariant *
+nm_lldp_neighbor_get_attr_value (NMLldpNeighbor *neighbor,
+                                 const char *name);
+

Gets the value (as a GVariant) of attribute with name name + on neighbor +

+
+

Parameters

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

neighbor

the NMLldpNeighbor

 

name

the attribute name

 
+
+
+

Returns

+

the value or NULL if the attribute with name +was +not found.

+

[transfer none]

+
+

Since: 1.18

+
+
+
+

nm_lldp_neighbor_new ()

+
NMLldpNeighbor *
+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.

+

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

+
+

Returns

+

the new NMLldpNeighbor object.

+

[transfer full]

+
+

Since: 1.2

+
+
+

nm_lldp_neighbor_get_attr_string_value ()

gboolean
 nm_lldp_neighbor_get_attr_string_value
@@ -2663,7 +2715,7 @@ was found, NMLldpNeighbor *neighbor,
                                       const char *name,
                                       guint *out_value);
-

Gets the uint value of attribute with name name +

Gets the uint32 value of attribute with name name on neighbor

@@ -2695,7 +2747,7 @@ nm_lldp_neighbor_get_attr_uint_value (

Returns

-

TRUE if a uint attribute with name name +

TRUE if a uint32 attribute with name name was found, FALSE otherwise

Since: 1.2

@@ -2736,46 +2788,6 @@ nm_lldp_neighbor_get_attr_type (

Since: 1.2

-
-
-

nm_lldp_neighbor_get_attr_value ()

-
GVariant *
-nm_lldp_neighbor_get_attr_value (NMLldpNeighbor *neighbor,
-                                 const char *name);
-

Gets the value (as a GVariant) of attribute with name name - on neighbor -

-
-

Parameters

-
----- - - - - - - - - - - - - -

neighbor

the NMLldpNeighbor

 

name

the attribute name

 
-
-
-

Returns

-

the value or NULL if the attribute with name -was -not found.

-

[transfer none]

-
-

Since: 1.18

-

Types and Values

@@ -2971,6 +2983,83 @@ not found.

#define NM_DEVICE_HW_ADDRESS            "hw-address"
 
+
+
+

NMLldpNeighbor

+
typedef struct _NMLldpNeighbor NMLldpNeighbor;
+

Supported attributes are:

+
+