From 6518e361171f64bcaaa4bf868139362ed95cc2e0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 20 Oct 2018 01:30:31 +0200 Subject: New upstream version 1.14.2 --- docs/libnm/html/libnm-nm-utils.html | 105 ++++++++++++++++++++++++++++++++++-- 1 file changed, 100 insertions(+), 5 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 efbfa1bc..e07cae87 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -8,7 +8,7 @@ - + @@ -609,6 +609,22 @@ +char * + + +nm_utils_sriov_vf_to_str () + + + + +NMSriovVF * + + +nm_utils_sriov_vf_from_str () + + + + gint64 @@ -2920,8 +2936,8 @@ containing the unrecognized token in err_token

nm_utils_enum_get_values ()

const char **
 nm_utils_enum_get_values (GType type,
-                          gint from,
-                          gint to);
+ int from, + int to);

Returns the list of possible values for a given enum.

Parameters

@@ -3026,7 +3042,9 @@ nm_utils_parse_variant_attributes (const

Returns

a GHashTable mapping -attribute names to GVariant values.

+attribute names to 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]

Since: 1.8

@@ -3257,6 +3275,83 @@ discipline.


+

nm_utils_sriov_vf_to_str ()

+
char *
+nm_utils_sriov_vf_to_str (const NMSriovVF *vf,
+                          gboolean omit_index,
+                          GError **error);
+

Converts a SR-IOV virtual function object to its string representation.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

vf

the NMSriovVF

 

omit_index

if TRUE, the VF index will be omitted from output string

 

error

location to store the error on failure.

[out][allow-none]
+
+
+

Returns

+

a newly allocated string or NULL on error

+
+

Since: 1.14

+
+
+
+

nm_utils_sriov_vf_from_str ()

+
NMSriovVF *
+nm_utils_sriov_vf_from_str (const char *str,
+                            GError **error);
+

Converts a string to a SR-IOV virtual function object.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

str

the input string

 

error

location to store the error on failure.

[out][allow-none]
+
+
+

Returns

+

the virtual function object.

+

[transfer full]

+
+

Since: 1.14

+
+
+

nm_utils_get_timestamp_msec ()

gint64
 nm_utils_get_timestamp_msec (void);
@@ -3377,6 +3472,6 @@ for both -
Generated by GTK-Doc V1.28
+
Generated by GTK-Doc V1.29.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5