From caf1db9d6fbc056cc6c76a24574890f6c7895f3d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Jul 2018 13:12:18 +0200 Subject: New upstream version 1.12.2 --- docs/libnm/html/libnm-nm-utils.html | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 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 9d12cf83..efbfa1bc 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -561,7 +561,7 @@ -NMTCQdisc * +NMTCQdisc * nm_utils_tc_qdisc_from_str () @@ -577,7 +577,7 @@ -NMTCAction * +NMTCAction * nm_utils_tc_action_from_str () @@ -593,7 +593,7 @@ -NMTCTfilter * +NMTCTfilter * nm_utils_tc_tfilter_from_str () @@ -3042,11 +3042,11 @@ nm_utils_format_variant_attributes (

nm_utils_tc_qdisc_from_str ()

-
NMTCQdisc *
+
NMTCQdisc *
 nm_utils_tc_qdisc_from_str (const char *str,
                             GError **error);

Parces the tc style string qdisc representation of the queueing -discipline to a NMTCQdisc instance. Supports a subset of the tc language.

+discipline to a NMTCQdisc instance. Supports a subset of the tc language.

Parameters

@@ -3071,7 +3071,7 @@ discipline to a

Returns

-

the NMTCQdisc or NULL

+

the NMTCQdisc or NULL

Since: 1.12

@@ -3079,9 +3079,9 @@ discipline to a

nm_utils_tc_qdisc_to_str ()

char *
-nm_utils_tc_qdisc_to_str (NMTCQdisc *qdisc,
+nm_utils_tc_qdisc_to_str (NMTCQdisc *qdisc,
                           GError **error);
-

Turns the NMTCQdisc into a tc style string representation of the queueing +

Turns the NMTCQdisc into a tc style string representation of the queueing discipline.

Parameters

@@ -3094,7 +3094,7 @@ discipline.

- + @@ -3114,11 +3114,11 @@ discipline.


nm_utils_tc_action_from_str ()

-
NMTCAction *
+
NMTCAction *
 nm_utils_tc_action_from_str (const char *str,
                              GError **error);

Parces the tc style string action representation of the queueing -discipline to a NMTCAction instance. Supports a subset of the tc language.

+discipline to a NMTCAction instance. Supports a subset of the tc language.

Parameters

qdisc

the NMTCQdisc

the NMTCQdisc

 
@@ -3143,7 +3143,7 @@ discipline to a

Returns

-

the NMTCAction or NULL

+

the NMTCAction or NULL

Since: 1.12

@@ -3151,9 +3151,9 @@ discipline to a

nm_utils_tc_action_to_str ()

char *
-nm_utils_tc_action_to_str (NMTCAction *action,
+nm_utils_tc_action_to_str (NMTCAction *action,
                            GError **error);
-

Turns the NMTCAction into a tc style string representation of the queueing +

Turns the NMTCAction into a tc style string representation of the queueing discipline.

Parameters

@@ -3166,7 +3166,7 @@ discipline.

- + @@ -3186,11 +3186,11 @@ discipline.


nm_utils_tc_tfilter_from_str ()

-
NMTCTfilter *
+
NMTCTfilter *
 nm_utils_tc_tfilter_from_str (const char *str,
                               GError **error);

Parces the tc style string tfilter representation of the queueing -discipline to a NMTCTfilter instance. Supports a subset of the tc language.

+discipline to a NMTCTfilter instance. Supports a subset of the tc language.

Parameters

action

the NMTCAction

the NMTCAction

 
@@ -3215,7 +3215,7 @@ discipline to a

Returns

-

the NMTCTfilter or NULL

+

the NMTCTfilter or NULL

Since: 1.12

@@ -3223,9 +3223,9 @@ discipline to a

nm_utils_tc_tfilter_to_str ()

char *
-nm_utils_tc_tfilter_to_str (NMTCTfilter *tfilter,
+nm_utils_tc_tfilter_to_str (NMTCTfilter *tfilter,
                             GError **error);
-

Turns the NMTCTfilter into a tc style string representation of the queueing +

Turns the NMTCTfilter into a tc style string representation of the queueing discipline.

Parameters

@@ -3238,7 +3238,7 @@ discipline.

- + -- cgit 1.3.0-6-gf8a5

tfilter

the NMTCTfilter

the NMTCTfilter