From 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 21 Apr 2019 21:09:51 +0200 Subject: New upstream version 1.18.0 --- docs/libnm/html/NMDevice.html | 54 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 3 deletions(-) (limited to 'docs/libnm/html/NMDevice.html') diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 6f9f1ae6..81c800f6 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -493,6 +493,14 @@ nm_lldp_neighbor_get_attr_type () + + +GVariant * + + +nm_lldp_neighbor_get_attr_value () + + @@ -2722,7 +2730,7 @@ nm_lldp_neighbor_get_attr_names (gboolean nm_lldp_neighbor_get_attr_string_value (NMLldpNeighbor *neighbor, - char *name, + const char *name, const char **out_value);

Gets the string value of attribute with name name on neighbor @@ -2766,7 +2774,7 @@ was found,

nm_lldp_neighbor_get_attr_uint_value ()

gboolean
 nm_lldp_neighbor_get_attr_uint_value (NMLldpNeighbor *neighbor,
-                                      char *name,
+                                      const char *name,
                                       guint *out_value);

Gets the uint value of attribute with name name on neighbor @@ -2810,7 +2818,7 @@ was found,

nm_lldp_neighbor_get_attr_type ()

const GVariantType *
 nm_lldp_neighbor_get_attr_type (NMLldpNeighbor *neighbor,
-                                char *name);
+ const char *name);

Get the type of an attribute.

Parameters

@@ -2841,6 +2849,46 @@ 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

-- cgit 1.3.0-6-gf8a5