@@ -1424,7 +1424,7 @@ array of new-style NetworkManager IP addresses. All addresses will include
"address" (an IP address string), and "prefix" (a uint). Some addresses may
include additional attributes.
-
Returns
+
Returns
a new floating GVariant representing addresses
.
[transfer none]
@@ -1456,7 +1456,7 @@ NetworkManager IPv4 or IPv6 addresses (as described in the documentation for
nm_utils_ip_addresses_to_variant()) into a
GPtrArray of
NMIPAddress
objects.
-
Returns
+
Returns
a newly allocated
GPtrArray of NMIPAddress objects.
[transfer full][element-type NMIPAddress]
@@ -1494,7 +1494,7 @@ IPv4 or IPv6 routes into a
GVariant of type 'aa{sv}' r
of new-style NetworkManager IP routes (which are tuples of destination,
prefix, next hop, metric, and additional attributes).
-
Returns
+
Returns
a new floating GVariant representing routes
.
[transfer none]
@@ -1526,7 +1526,7 @@ NetworkManager IPv4 or IPv6 addresses (which are tuples of destination,
prefix, next hop, metric, and additional attributes) into a
GPtrArray of
NMIPRoute objects.
-
Returns
+
Returns
a newly allocated
GPtrArray of NMIPRoute objects.
[transfer full][element-type NMIPRoute]
@@ -1560,7 +1560,7 @@ prefix, next hop, metric, and additional attributes) into a
G
char *
nm_utils_uuid_generate (void);
-
Returns
+
Returns
a newly allocated UUID suitable for use as the NMSettingConnection
object's “id”: property. Should be freed with g_free()
@@ -1575,7 +1575,7 @@ nm_utils_file_is_certificate (const
-
Returns
+
Returns
TRUE if the file is a certificate, FALSE if it is not
@@ -1605,7 +1605,7 @@ nm_utils_file_is_private_key (
const
-
Returns
+
Returns
TRUE if the file is a private key, FALSE if it is not
@@ -1639,7 +1639,7 @@ nm_utils_file_is_pkcs12 (
const ch
Tests if filename
is a PKCS#12 file.
-
Returns
+
Returns
TRUE if the file is PKCS#12, FALSE if it is not
@@ -1689,7 +1689,7 @@ nm_utils_file_search_in_paths (
const paths
.
-
Returns
+
Returns
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.
@@ -1762,7 +1762,7 @@ invocations of the function might overwrite it.
nm_utils_wifi_freq_to_channel (
guint32 freq);
Utility function to translate a Wi-Fi frequency to its corresponding channel.
-
Returns
+
Returns
the channel represented by the frequency or 0
@@ -1789,7 +1789,7 @@ nm_utils_wifi_channel_to_freq (
gu
const char *band);
Utility function to translate a Wi-Fi channel to its corresponding frequency.
-
Returns
+
Returns
the frequency represented by the channel of the band,
or -1 when the freq is invalid, or 0 when the band
is invalid
@@ -1826,7 +1826,7 @@ nm_utils_wifi_find_next_channel (
char *band);
Utility function to find out next/previous Wi-Fi channel for a channel.
-
Returns
+
Returns
the next channel in the specified direction or 0
@@ -1865,7 +1865,7 @@ nm_utils_wifi_is_channel_valid (g
const char *band);
Utility function to verify Wi-Fi channel validity.
-
Returns
+
Returns
TRUE or FALSE