From 8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 8 Sep 2018 17:44:06 +0200 Subject: New upstream version 1.13.90 --- docs/libnm/html/libnm-nm-utils.html | 97 ++++++++++++++++++++++++++++++++++++- 1 file changed, 95 insertions(+), 2 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..e032f0e9 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -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

@@ -3257,6 +3273,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);
-- cgit 1.3.0-6-gf8a5