From 964ae8cc391520440cf5aa13e2b9cc34850ea6c2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 26 Feb 2019 19:01:41 +0100 Subject: New upstream version 1.14.6 --- docs/libnm/html/NMSettingTCConfig.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libnm/html/NMSettingTCConfig.html') diff --git a/docs/libnm/html/NMSettingTCConfig.html b/docs/libnm/html/NMSettingTCConfig.html index db35030c..52cad487 100644 --- a/docs/libnm/html/NMSettingTCConfig.html +++ b/docs/libnm/html/NMSettingTCConfig.html @@ -8,7 +8,7 @@ - + @@ -1693,6 +1693,6 @@ nm_setting_tc_config_clear_tfilters ( +
Generated by GTK-Doc V1.29 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 21 Apr 2019 21:09:51 +0200 Subject: New upstream version 1.18.0 --- docs/libnm/html/NMSettingTCConfig.html | 133 +++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) (limited to 'docs/libnm/html/NMSettingTCConfig.html') diff --git a/docs/libnm/html/NMSettingTCConfig.html b/docs/libnm/html/NMSettingTCConfig.html index 52cad487..3411c448 100644 --- a/docs/libnm/html/NMSettingTCConfig.html +++ b/docs/libnm/html/NMSettingTCConfig.html @@ -112,6 +112,29 @@ +const char ** + + +
nm_tc_qdisc_get_attribute_names () + + + + +GVariant * + + +nm_tc_qdisc_get_attribute () + + + + +void + + +nm_tc_qdisc_set_attribute () + + + NMTCAction * @@ -679,6 +702,116 @@ nm_tc_qdisc_get_parent ( +

nm_tc_qdisc_get_attribute_names ()

+
const char **
+nm_tc_qdisc_get_attribute_names (NMTCQdisc *qdisc);
+

Gets an array of attribute names defined on qdisc +.

+
+

Parameters

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

qdisc

the NMTCQdisc

 
+
+
+

Returns

+

a NULL-terminated array of attribute names +or NULL if no attributes are set.

+

[transfer container]

+
+

Since: 1.18

+ +
+
+

nm_tc_qdisc_get_attribute ()

+
GVariant *
+nm_tc_qdisc_get_attribute (NMTCQdisc *qdisc,
+                           const char *name);
+

Gets the value of the attribute with name name + on qdisc +

+
+

Parameters

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

qdisc

the NMTCQdisc

 

name

the name of an qdisc attribute

 
+
+
+

Returns

+

the value of the attribute with name name +on +qdisc +, or NULL if qdisc +has no such attribute.

+

[transfer none]

+
+

Since: 1.18

+
+
+
+

nm_tc_qdisc_set_attribute ()

+
void
+nm_tc_qdisc_set_attribute (NMTCQdisc *qdisc,
+                           const char *name,
+                           GVariant *value);
+

Sets or clears the named attribute on qdisc + to the given value.

+
+

Parameters

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

qdisc

the NMTCQdisc

 

name

the name of an qdisc attribute

 

value

the value.

[transfer none][allow-none]
+
+

Since: 1.18

+
+
+

nm_tc_action_new ()

NMTCAction *
 nm_tc_action_new (const char *kind,
-- 
cgit 1.3.0-6-gf8a5