From 227c401a10a930af6fd5f123aef345fcd130d6aa Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 10 Dec 2018 21:58:18 +0100 Subject: Import Upstream version 1.12.6 --- docs/libnm-util/html/libnm-util-nm-utils.html | 56 +++++++++++++-------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'docs/libnm-util/html/libnm-util-nm-utils.html') diff --git a/docs/libnm-util/html/libnm-util-nm-utils.html b/docs/libnm-util/html/libnm-util-nm-utils.html index 44e801b4..106d1c8f 100644 --- a/docs/libnm-util/html/libnm-util-nm-utils.html +++ b/docs/libnm-util/html/libnm-util-nm-utils.html @@ -8,7 +8,7 @@ - + @@ -703,7 +703,7 @@ Returns

nm_utils_gvalue_hash_dup ()

GHashTable *
 nm_utils_gvalue_hash_dup (GHashTable *hash);
-

Utility function to duplicate a hash table of GValues.

+

Utility function to duplicate a hash table of GValues.

Parameters

@@ -950,7 +950,7 @@ is a WPA PSK,

nm_utils_ip4_addresses_from_gvalue ()

GSList *
-nm_utils_ip4_addresses_from_gvalue (const GValue *value);
+nm_utils_ip4_addresses_from_gvalue (const GValue *value);

Utility function to convert a GPtrArray of GArrays of guint32s representing a list of NetworkManager IPv4 addresses (which is a tuple of address, gateway, and prefix) into a GSList of NMIP4Address objects. The specific format of @@ -966,7 +966,7 @@ extended in the future.

- +

value

GValue containing a GPtrArray of GArrays of guint32s

GValue containing a GPtrArray of GArrays of guint32s

 
@@ -982,7 +982,7 @@ extended in the future.

nm_utils_ip4_addresses_to_gvalue ()

void
 nm_utils_ip4_addresses_to_gvalue (GSList *list,
-                                  GValue *value);
+ GValue *value);

Utility function to convert a GSList of NMIP4Address objects into a GPtrArray of GArrays of guint32s representing a list of NetworkManager IPv4 addresses (which is a tuple of address, gateway, and prefix). The specific @@ -1004,7 +1004,7 @@ extended in the future.

value

-

a pointer to a GValue into which to place the converted addresses, +

a pointer to a GValue into which to place the converted addresses, which should be unset by the caller (when no longer needed) with g_value_unset().

  @@ -1017,7 +1017,7 @@ which should be unset by the caller (when no longer needed) with

nm_utils_ip4_routes_from_gvalue ()

GSList *
-nm_utils_ip4_routes_from_gvalue (const GValue *value);
+nm_utils_ip4_routes_from_gvalue (const GValue *value);

Utility function to convert a GPtrArray of GArrays of guint32s representing a list of NetworkManager IPv4 routes (which is a tuple of route, next hop, prefix, and metric) into a GSList of NMIP4Route objects. The specific @@ -1033,7 +1033,7 @@ extended in the future.

value

-

GValue containing a GPtrArray of GArrays of guint32s

+

GValue containing a GPtrArray of GArrays of guint32s

 
@@ -1049,7 +1049,7 @@ extended in the future.

nm_utils_ip4_routes_to_gvalue ()

void
 nm_utils_ip4_routes_to_gvalue (GSList *list,
-                               GValue *value);
+ GValue *value);

Utility function to convert a GSList of NMIP4Route objects into a GPtrArray of GArrays of guint32s representing a list of NetworkManager IPv4 routes (which is a tuple of route, next hop, prefix, and metric). The @@ -1071,7 +1071,7 @@ be extended in the future.

value

-

a pointer to a GValue into which to place the converted routes, +

a pointer to a GValue into which to place the converted routes, which should be unset by the caller (when no longer needed) with g_value_unset().

  @@ -1163,11 +1163,11 @@ falls in the predefined classes.

nm_utils_ip6_addresses_from_gvalue ()

GSList *
-nm_utils_ip6_addresses_from_gvalue (const GValue *value);
-

Utility function to convert a GPtrArray of GValueArrays of (GArray of guchars) and guint32 +nm_utils_ip6_addresses_from_gvalue (const GValue *value); +

Utility function to convert a GPtrArray of GValueArrays of (GArray of guchars) and guint32 representing a list of NetworkManager IPv6 addresses (which is a tuple of address, prefix, and gateway), into a GSList of NMIP6Address objects. The specific format of -this serialization is not guaranteed to be stable and the GValueArray may be +this serialization is not guaranteed to be stable and the GValueArray may be extended in the future.

Parameters

@@ -1195,9 +1195,9 @@ extended in the future.

nm_utils_ip6_addresses_to_gvalue ()

void
 nm_utils_ip6_addresses_to_gvalue (GSList *list,
-                                  GValue *value);
+ GValue *value);

Utility function to convert a GSList of NMIP6Address objects into a -GPtrArray of GValueArrays representing a list of NetworkManager IPv6 addresses +GPtrArray of GValueArrays representing a list of NetworkManager IPv6 addresses (which is a tuple of address, prefix, and gateway). The specific format of this serialization is not guaranteed to be stable and may be extended in the future.

@@ -1217,7 +1217,7 @@ future.

value

-

a pointer to a GValue into which to place the converted addresses, +

a pointer to a GValue into which to place the converted addresses, which should be unset by the caller (when no longer needed) with g_value_unset().

  @@ -1230,8 +1230,8 @@ which should be unset by the caller (when no longer needed) with

nm_utils_ip6_routes_from_gvalue ()

GSList *
-nm_utils_ip6_routes_from_gvalue (const GValue *value);
-

Utility function GPtrArray of GValueArrays of (GArray of guchars), guint32, +nm_utils_ip6_routes_from_gvalue (const GValue *value); +

Utility function GPtrArray of GValueArrays of (GArray of guchars), guint32, (GArray of guchars), and guint32 representing a list of NetworkManager IPv6 routes (which is a tuple of destination, prefix, next hop, and metric) into a GSList of NMIP6Route objects. The specific format of this serialization @@ -1246,7 +1246,7 @@ is not guaranteed to be stable and may be extended in the future.

value

-

GValue containing a GPtrArray of GValueArrays of (GArray of guchars), guint32, +

GValue containing a GPtrArray of GValueArrays of (GArray of guchars), guint32, (GArray of guchars), and guint32

  @@ -1263,9 +1263,9 @@ is not guaranteed to be stable and may be extended in the future.

nm_utils_ip6_routes_to_gvalue ()

void
 nm_utils_ip6_routes_to_gvalue (GSList *list,
-                               GValue *value);
+ GValue *value);

Utility function to convert a GSList of NMIP6Route objects into a GPtrArray of -GValueArrays of (GArray of guchars), guint32, (GArray of guchars), and guint32 +GValueArrays of (GArray of guchars), guint32, (GArray of guchars), and guint32 representing a list of NetworkManager IPv6 routes (which is a tuple of destination, prefix, next hop, and metric). The specific format of this serialization is not guaranteed to be stable and may be extended in the future.

@@ -1285,7 +1285,7 @@ guaranteed to be stable and may be extended in the future.

value

-

a pointer to a GValue into which to place the converted routes, +

a pointer to a GValue into which to place the converted routes, which should be unset by the caller (when no longer needed) with g_value_unset().

  @@ -1298,8 +1298,8 @@ which should be unset by the caller (when no longer needed) with

nm_utils_ip6_dns_from_gvalue ()

GSList *
-nm_utils_ip6_dns_from_gvalue (const GValue *value);
-

Converts a GValue containing a GPtrArray of IP6 DNS, represented as +nm_utils_ip6_dns_from_gvalue (const GValue *value); +

Converts a GValue containing a GPtrArray of IP6 DNS, represented as GByteArrays into a GSList of struct in6_addrs.

[skip]

@@ -1312,7 +1312,7 @@ nm_utils_ip6_dns_from_gvalue (const

value

-

a GValue

+

a GValue

 
@@ -1327,7 +1327,7 @@ nm_utils_ip6_dns_from_gvalue (const

nm_utils_ip6_dns_to_gvalue ()

void
 nm_utils_ip6_dns_to_gvalue (GSList *list,
-                            GValue *value);
+ GValue *value);

Utility function to convert a GSList of struct in6_addr structs into a GPtrArray of GByteArrays representing each server's IPv6 addresses in network byte order. @@ -1350,7 +1350,7 @@ stable and may be extended in the future.

value

-

a pointer to a GValue into which to place the converted DNS server +

a pointer to a GValue into which to place the converted DNS server addresses, which should be unset by the caller (when no longer needed) with g_value_unset().

  @@ -2498,6 +2498,6 @@ for both
+
Generated by GTK-Doc V1.29
\ No newline at end of file -- cgit 1.3.0-6-gf8a5