From 9959fdb2e8ddd06f2161798ca0a39c77d67c652d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 4 May 2022 15:35:24 +0200 Subject: New upstream version 1.37.92 --- docs/libnm/html/libnm-nm-utils.html | 181 +++++++----------------------------- 1 file changed, 32 insertions(+), 149 deletions(-) (limited to 'docs/libnm/html/libnm-nm-utils.html') diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index e67dbdca..0d733cd1 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -8,7 +8,7 @@ - + @@ -276,30 +276,6 @@ gboolean -nm_utils_file_is_certificate () - - - - -gboolean - - -nm_utils_file_is_private_key () - - - - -gboolean - - -nm_utils_file_is_pkcs12 () - - - - -gboolean - - (*NMUtilsFileSearchInPathsPredicate) () @@ -877,7 +853,7 @@ _only_.

an allocated string containing a UTF-8 representation of the SSID, which must be freed by the caller using g_free(). Returns NULL on errors.

-

[transfer full]

+

[transfer full]


@@ -1124,7 +1100,7 @@ type 'au' representing an array of IPv4 addresses.

Returns

a new floating GVariant representing dns .

-

[transfer none]

+

[transfer none]


@@ -1152,7 +1128,7 @@ IPv4 addresses into an array of IP address strings.

Returns

a NULL-terminated array of IP address strings.

-

[transfer full][type utf8]

+

[transfer full][type utf8]


@@ -1193,7 +1169,7 @@ gateway). The "gateway" field of the first address will get the value of

Returns

a new floating GVariant representing addresses .

-

[transfer none]

+

[transfer none]


@@ -1225,7 +1201,7 @@ of the other addresses are ignored.

out_gateway

on return, will contain the IP gateway.

-[out][allow-none][transfer full] +[out][allow-none][transfer full] @@ -1234,7 +1210,7 @@ of the other addresses are ignored.

Returns

a newly allocated GPtrArray of NMIPAddress objects.

-

[transfer full][element-type NMIPAddress]

+

[transfer full][element-type NMIPAddress]


@@ -1265,7 +1241,7 @@ metric).

Returns

a new floating GVariant representing routes .

-

[transfer none]

+

[transfer none]


@@ -1295,7 +1271,7 @@ and metric) into a

Returns

a newly allocated GPtrArray of NMIPRoute objects.

-

[transfer full][element-type NMIPRoute]

+

[transfer full][element-type NMIPRoute]


@@ -1404,7 +1380,7 @@ type 'aay' representing an array of IPv6 addresses.

Returns

a new floating GVariant representing dns .

-

[transfer none]

+

[transfer none]


@@ -1434,7 +1410,7 @@ ignored.

Returns

a NULL-terminated array of IP address strings.

-

[transfer full][type utf8]

+

[transfer full][type utf8]


@@ -1476,7 +1452,7 @@ all 0s.

Returns

a new floating GVariant representing addresses .

-

[transfer none]

+

[transfer none]


@@ -1508,7 +1484,7 @@ fields of the other addresses are ignored.

out_gateway

on return, will contain the IP gateway.

-[out][allow-none][transfer full] +[out][allow-none][transfer full] @@ -1517,7 +1493,7 @@ fields of the other addresses are ignored.

Returns

a newly allocated GPtrArray of NMIPAddress objects.

-

[transfer full][element-type NMIPAddress]

+

[transfer full][element-type NMIPAddress]


@@ -1548,7 +1524,7 @@ metric).

Returns

a new floating GVariant representing routes .

-

[transfer none]

+

[transfer none]


@@ -1578,7 +1554,7 @@ hop, and metric) into a

Returns

a newly allocated GPtrArray of NMIPRoute objects.

-

[transfer full][element-type NMIPRoute]

+

[transfer full][element-type NMIPRoute]


@@ -1610,7 +1586,7 @@ include additional attributes.

Returns

a new floating GVariant representing addresses .

-

[transfer none]

+

[transfer none]


@@ -1649,7 +1625,7 @@ objects.

Returns

a newly allocated GPtrArray of NMIPAddress objects.

-

[transfer full][element-type NMIPAddress]

+

[transfer full][element-type NMIPAddress]


@@ -1680,7 +1656,7 @@ prefix, next hop, metric, and additional attributes).

Returns

a new floating GVariant representing routes .

-

[transfer none]

+

[transfer none]


@@ -1719,7 +1695,7 @@ prefix, next hop, metric, and additional attributes) into a

Returns

a newly allocated GPtrArray of NMIPRoute objects.

-

[transfer full][element-type NMIPRoute]

+

[transfer full][element-type NMIPRoute]


@@ -1730,100 +1706,7 @@ nm_utils_uuid_generate (void

Returns

a newly allocated UUID suitable for use as the NMSettingConnection -object's “id”: property. Should be freed with g_free()

- - -
-
-

nm_utils_file_is_certificate ()

-
gboolean
-nm_utils_file_is_certificate (const char *filename);
-

Tests if filename - has a valid extension for an X.509 certificate file -(".cer", ".crt", ".der", or ".pem"), and contains a certificate in a format -recognized by NetworkManager.

-
-

Parameters

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

filename

name of the file to test

 
-
-
-

Returns

-

TRUE if the file is a certificate, FALSE if it is not

-
-
-
-
-

nm_utils_file_is_private_key ()

-
gboolean
-nm_utils_file_is_private_key (const char *filename,
-                              gboolean *out_encrypted);
-

Tests if filename - has a valid extension for an X.509 private key file -(".der", ".key", ".pem", or ".p12"), and contains a private key in a format -recognized by NetworkManager.

-
-

Parameters

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

filename

name of the file to test

 

out_encrypted

on return, whether the file is encrypted.

[out]
-
-
-

Returns

-

TRUE if the file is a private key, FALSE if it is not

-
-
-
-
-

nm_utils_file_is_pkcs12 ()

-
gboolean
-nm_utils_file_is_pkcs12 (const char *filename);
-

Tests if filename - is a PKCS#12 file.

-
-

Parameters

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

filename

name of the file to test

 
-
-
-

Returns

-

TRUE if the file is PKCS#12, FALSE if it is not

+object's “id”: property. Should be freed with g_free()


@@ -1920,7 +1803,7 @@ function.

the full path to the helper, if found, or NULL if not found. The returned string is not owned by the caller, but later invocations of the function might overwrite it.

-

[transfer none]

+

[transfer none]


@@ -2180,7 +2063,7 @@ nm_utils_hwaddr_ntoa (

Returns

the textual form of addr .

-

[transfer full]

+

[transfer full]


@@ -2219,7 +2102,7 @@ nm_utils_hwaddr_atoba (const char

a new GByteArray, or NULL if asc couldn't be parsed.

-

[transfer full]

+

[transfer full]


@@ -2350,7 +2233,7 @@ is expected to convert to

the canonicalized address if asc appears to be a valid hardware address of the indicated length, NULL if not.

-

[transfer full]

+

[transfer full]


@@ -2480,7 +2363,7 @@ array

Returns

the textual form of bytes .

-

[transfer full]

+

[transfer full]


@@ -2513,7 +2396,7 @@ may not start or end with ':'.

Returns

the converted bytes, or NULL on error.

-

[transfer full]

+

[transfer full]


@@ -2951,7 +2834,7 @@ containing the unrecognized token in err_token

err_token

location to store the first unrecognized token.

-[out][allow-none][transfer full] +[out][allow-none][transfer full] @@ -3001,7 +2884,7 @@ nm_utils_enum_get_values (

Returns

a NULL-terminated dynamically-allocated array of static strings or NULL on error.

-

[transfer container]

+

[transfer container]

Since: 1.2

@@ -3076,7 +2959,7 @@ nm_utils_parse_variant_attributes (const GVariant values. Warning: the variant are still floating references, owned by the hash table. If you take a reference, ensure to sink the one of the hash table first.

-

[transfer full][element-type utf8 GVariant]

+

[transfer full][element-type utf8 GVariant]

Since: 1.8

@@ -3377,7 +3260,7 @@ nm_utils_sriov_vf_from_str (const

Returns

the virtual function object.

-

[transfer full]

+

[transfer full]

Since: 1.14

@@ -3574,6 +3457,6 @@ for both -
Generated by GTK-Doc V1.33.0 +
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5