From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm/html/libnm-nm-utils.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 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 b61e57ab..7f9a58bf 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -2529,14 +2529,17 @@ nm_utils_iface_valid_name (const

name

-

Name of interface

-  +

Name of interface.

+[allow-none]

Returns

TRUE if interface name is valid, otherwise FALSE is returned.

+

Before 1.20, this function did not accept NULL as name +argument. If you +want to run against older versions of libnm, don't pass NULL.


@@ -2559,8 +2562,8 @@ function in net/core/dev.c.

name

-

Name of interface

-  +

Name of interface.

+[allow-none]

error

@@ -2573,6 +2576,9 @@ function in net/core/dev.c.

Returns

TRUE if interface name is valid, otherwise FALSE is returned.

+

Before 1.20, this function did not accept NULL as name +argument. If you +want to run against older versions of libnm, don't pass NULL.


@@ -2592,8 +2598,8 @@ nm_utils_is_uuid (const char

str

-

a string that might be a UUID

-  +

a string that might be a UUID.

+[allow-none] @@ -2601,6 +2607,8 @@ nm_utils_is_uuid (const char

Returns

TRUE if str is a UUID, FALSE if not

+

In older versions, nm_utils_is_uuid() did not accept NULL as str +argument. Don't pass NULL if you run against older versions of libnm.


-- cgit 1.3.0-6-gf8a5