From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 26 Aug 2024 16:10:34 +0200 Subject: New upstream version 1.48.10 --- docs/libnm/html/NMSettingTCConfig.html | 130 ++++++++++++++++----------------- 1 file changed, 65 insertions(+), 65 deletions(-) (limited to 'docs/libnm/html/NMSettingTCConfig.html') diff --git a/docs/libnm/html/NMSettingTCConfig.html b/docs/libnm/html/NMSettingTCConfig.html index 06d30d2c..e90b8c5e 100644 --- a/docs/libnm/html/NMSettingTCConfig.html +++ b/docs/libnm/html/NMSettingTCConfig.html @@ -8,7 +8,7 @@ - + @@ -66,7 +66,7 @@ -gboolean +gboolean nm_tc_qdisc_equal () @@ -89,7 +89,7 @@ -guint32 +guint32 nm_tc_qdisc_get_handle () @@ -105,7 +105,7 @@ -guint32 +guint32 nm_tc_qdisc_get_parent () @@ -120,7 +120,7 @@ -GVariant * +GVariant * nm_tc_qdisc_get_attribute () @@ -160,7 +160,7 @@ -gboolean +gboolean nm_tc_action_equal () @@ -191,7 +191,7 @@ -GVariant * +GVariant * nm_tc_action_get_attribute () @@ -231,7 +231,7 @@ -gboolean +gboolean nm_tc_tfilter_equal () @@ -254,7 +254,7 @@ -guint32 +guint32 nm_tc_tfilter_get_handle () @@ -270,7 +270,7 @@ -guint32 +guint32 nm_tc_tfilter_get_parent () @@ -302,7 +302,7 @@ -guint +guint nm_setting_tc_config_get_num_qdiscs () @@ -318,7 +318,7 @@ -gboolean +gboolean nm_setting_tc_config_add_qdisc () @@ -334,7 +334,7 @@ -gboolean +gboolean nm_setting_tc_config_remove_qdisc_by_value () @@ -350,7 +350,7 @@ -guint +guint nm_setting_tc_config_get_num_tfilters () @@ -366,7 +366,7 @@ -gboolean +gboolean nm_setting_tc_config_add_tfilter () @@ -382,7 +382,7 @@ -gboolean +gboolean nm_setting_tc_config_remove_tfilter_by_value () @@ -444,8 +444,8 @@

nm_tc_qdisc_new ()

NMTCQdisc *
 nm_tc_qdisc_new (const char *kind,
-                 guint32 parent,
-                 GError **error);
+ guint32 parent, + GError **error);

Creates a new NMTCQdisc object.

Parameters

@@ -468,7 +468,7 @@ nm_tc_qdisc_new (const char

error

-

location to store error, or NULL

+

location to store error, or NULL

  @@ -476,7 +476,7 @@ nm_tc_qdisc_new (const char

Returns

-

the new NMTCQdisc object, or NULL on error.

+

the new NMTCQdisc object, or NULL on error.

[transfer full]

Since: 1.12

@@ -531,7 +531,7 @@ reaches zero, the object will be destroyed.


nm_tc_qdisc_equal ()

-
gboolean
+
gboolean
 nm_tc_qdisc_equal (NMTCQdisc *qdisc,
                    NMTCQdisc *other);

Determines if two NMTCQdisc objects contain the same kind, * handle @@ -561,7 +561,7 @@ to.

Returns

-

TRUE if the objects contain the same values, FALSE if they do not.

+

TRUE if the objects contain the same values, FALSE if they do not.

Since: 1.12

@@ -620,7 +620,7 @@ nm_tc_qdisc_get_kind (

nm_tc_qdisc_get_handle ()

-
guint32
+
guint32
 nm_tc_qdisc_get_handle (NMTCQdisc *qdisc);

Parameters

@@ -648,7 +648,7 @@ nm_tc_qdisc_get_handle (

nm_tc_qdisc_set_handle ()

void
 nm_tc_qdisc_set_handle (NMTCQdisc *qdisc,
-                        guint32 handle);
+ guint32 handle);

Sets the queueing discipline handle.

Parameters

@@ -677,7 +677,7 @@ nm_tc_qdisc_set_handle (

nm_tc_qdisc_get_parent ()

-
guint32
+
guint32
 nm_tc_qdisc_get_parent (NMTCQdisc *qdisc);

Parameters

@@ -724,8 +724,8 @@ nm_tc_qdisc_get_attribute_names (

Returns

-

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

+

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

[transfer container]

Since: 1.18

@@ -733,7 +733,7 @@ or NULL if no attributes are set.


nm_tc_qdisc_get_attribute ()

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

Gets the value of the attribute with name name @@ -766,7 +766,7 @@ nm_tc_qdisc_get_attribute (name on qdisc -, or NULL if qdisc +, or NULL if qdisc has no such attribute.

[transfer none]

@@ -778,7 +778,7 @@ has no such attribute.

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

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

@@ -815,7 +815,7 @@ nm_tc_qdisc_set_attribute (

nm_tc_action_new ()

NMTCAction *
 nm_tc_action_new (const char *kind,
-                  GError **error);
+ GError **error);

Creates a new NMTCAction object.

Parameters

@@ -833,7 +833,7 @@ nm_tc_action_new (const char

error

-

location to store error, or NULL

+

location to store error, or NULL

  @@ -841,7 +841,7 @@ nm_tc_action_new (const char

Returns

-

the new NMTCAction object, or NULL on error.

+

the new NMTCAction object, or NULL on error.

[transfer full]

Since: 1.12

@@ -896,7 +896,7 @@ reaches zero, the object will be destroyed.


nm_tc_action_equal ()

-
gboolean
+
gboolean
 nm_tc_action_equal (NMTCAction *action,
                     NMTCAction *other);

Determines if two NMTCAction objects contain the same kind, family, @@ -926,7 +926,7 @@ to.

Returns

-

TRUE if the objects contain the same values, FALSE if they do not.

+

TRUE if the objects contain the same values, FALSE if they do not.

Since: 1.12

@@ -1006,7 +1006,7 @@ nm_tc_action_get_attribute_names (

Returns

-

a NULL-terminated array of attribute names,.

+

a NULL-terminated array of attribute names,.

[transfer full]

Since: 1.12

@@ -1014,7 +1014,7 @@ nm_tc_action_get_attribute_names (

nm_tc_action_get_attribute ()

-
GVariant *
+
GVariant *
 nm_tc_action_get_attribute (NMTCAction *action,
                             const char *name);

Gets the value of the attribute with name name @@ -1047,7 +1047,7 @@ nm_tc_action_get_attribute (name on action -, or NULL if action +, or NULL if action has no such attribute.

[transfer none]

@@ -1059,7 +1059,7 @@ has no such attribute.

void
 nm_tc_action_set_attribute (NMTCAction *action,
                             const char *name,
-                            GVariant *value);
+ GVariant *value);

Sets or clears the named attribute on action to the given value.

@@ -1096,8 +1096,8 @@ nm_tc_action_set_attribute (

nm_tc_tfilter_new ()

NMTCTfilter *
 nm_tc_tfilter_new (const char *kind,
-                   guint32 parent,
-                   GError **error);
+ guint32 parent, + GError **error);

Creates a new NMTCTfilter object.

Parameters

@@ -1120,7 +1120,7 @@ nm_tc_tfilter_new (const char

error

-

location to store error, or NULL

+

location to store error, or NULL

  @@ -1128,7 +1128,7 @@ nm_tc_tfilter_new (const char

Returns

-

the new NMTCTfilter object, or NULL on error.

+

the new NMTCTfilter object, or NULL on error.

[transfer full]

Since: 1.12

@@ -1183,7 +1183,7 @@ reaches zero, the object will be destroyed.


nm_tc_tfilter_equal ()

-
gboolean
+
gboolean
 nm_tc_tfilter_equal (NMTCTfilter *tfilter,
                      NMTCTfilter *other);

Determines if two NMTCTfilter objects contain the same kind, family, @@ -1213,7 +1213,7 @@ to.

Returns

-

TRUE if the objects contain the same values, FALSE if they do not.

+

TRUE if the objects contain the same values, FALSE if they do not.

Since: 1.12

@@ -1272,7 +1272,7 @@ nm_tc_tfilter_get_kind (

nm_tc_tfilter_get_handle ()

-
guint32
+
guint32
 nm_tc_tfilter_get_handle (NMTCTfilter *tfilter);

Parameters

@@ -1300,7 +1300,7 @@ nm_tc_tfilter_get_handle (

nm_tc_tfilter_set_handle ()

void
 nm_tc_tfilter_set_handle (NMTCTfilter *tfilter,
-                          guint32 handle);
+ guint32 handle);

Sets the queueing discipline handle.

Parameters

@@ -1329,7 +1329,7 @@ nm_tc_tfilter_set_handle (

nm_tc_tfilter_get_parent ()

-
guint32
+
guint32
 nm_tc_tfilter_get_parent (NMTCTfilter *tfilter);

Parameters

@@ -1425,7 +1425,7 @@ nm_setting_tc_config_new (void

nm_setting_tc_config_get_num_qdiscs ()

-
guint
+
guint
 nm_setting_tc_config_get_num_qdiscs (NMSettingTCConfig *setting);

Parameters

@@ -1453,7 +1453,7 @@ nm_setting_tc_config_get_num_qdiscs (

nm_setting_tc_config_get_qdisc ()

NMTCQdisc *
 nm_setting_tc_config_get_qdisc (NMSettingTCConfig *setting,
-                                guint idx);
+ guint idx);

Parameters

@@ -1487,13 +1487,13 @@ nm_setting_tc_config_get_qdisc (

nm_setting_tc_config_add_qdisc ()

-
gboolean
+
gboolean
 nm_setting_tc_config_add_qdisc (NMSettingTCConfig *setting,
                                 NMTCQdisc *qdisc);

Appends a new qdisc and associated information to the setting. The given qdisc is duplicated internally and is not changed by this function. If an identical qdisc (considering attributes as well) already exists, the -qdisc is not added and the function returns FALSE.

+qdisc is not added and the function returns FALSE.

Parameters

@@ -1518,7 +1518,7 @@ qdisc is not added and the function returns FALSE.<

Returns

-

TRUE if the qdisc was added; FALSE if the qdisc was already known.

+

TRUE if the qdisc was added; FALSE if the qdisc was already known.

Since: 1.12

@@ -1527,7 +1527,7 @@ qdisc is not added and the function returns FALSE.<

nm_setting_tc_config_remove_qdisc ()

void
 nm_setting_tc_config_remove_qdisc (NMSettingTCConfig *setting,
-                                   guint idx);
+ guint idx);

Removes the qdisc at index idx .

@@ -1557,7 +1557,7 @@ nm_setting_tc_config_remove_qdisc (

nm_setting_tc_config_remove_qdisc_by_value ()

-
gboolean
+
gboolean
 nm_setting_tc_config_remove_qdisc_by_value
                                (NMSettingTCConfig *setting,
                                 NMTCQdisc *qdisc);
@@ -1587,7 +1587,7 @@ nm_setting_tc_config_remove_qdisc_by_value

Returns

-

TRUE if the qdisc was found and removed; FALSE if it was not.

+

TRUE if the qdisc was found and removed; FALSE if it was not.

Since: 1.12

@@ -1617,7 +1617,7 @@ nm_setting_tc_config_clear_qdiscs (

nm_setting_tc_config_get_num_tfilters ()

-
guint
+
guint
 nm_setting_tc_config_get_num_tfilters (NMSettingTCConfig *setting);

Parameters

@@ -1645,7 +1645,7 @@ nm_setting_tc_config_get_num_tfilters (

nm_setting_tc_config_get_tfilter ()

NMTCTfilter *
 nm_setting_tc_config_get_tfilter (NMSettingTCConfig *setting,
-                                  guint idx);
+ guint idx);

Parameters

@@ -1679,13 +1679,13 @@ nm_setting_tc_config_get_tfilter (

nm_setting_tc_config_add_tfilter ()

-
gboolean
+
gboolean
 nm_setting_tc_config_add_tfilter (NMSettingTCConfig *setting,
                                   NMTCTfilter *tfilter);

Appends a new tfilter and associated information to the setting. The given tfilter is duplicated internally and is not changed by this function. If an identical tfilter (considering attributes as well) already exists, the -tfilter is not added and the function returns FALSE.

+tfilter is not added and the function returns FALSE.

Parameters

@@ -1710,7 +1710,7 @@ tfilter is not added and the function returns FALSE

Returns

-

TRUE if the tfilter was added; FALSE if the tfilter was already known.

+

TRUE if the tfilter was added; FALSE if the tfilter was already known.

Since: 1.12

@@ -1719,7 +1719,7 @@ tfilter is not added and the function returns FALSE

nm_setting_tc_config_remove_tfilter ()

void
 nm_setting_tc_config_remove_tfilter (NMSettingTCConfig *setting,
-                                     guint idx);
+ guint idx);

Removes the tfilter at index idx .

@@ -1749,7 +1749,7 @@ nm_setting_tc_config_remove_tfilter (

nm_setting_tc_config_remove_tfilter_by_value ()

-
gboolean
+
gboolean
 nm_setting_tc_config_remove_tfilter_by_value
                                (NMSettingTCConfig *setting,
                                 NMTCTfilter *tfilter);
@@ -1779,7 +1779,7 @@ nm_setting_tc_config_remove_tfilter_by_value

Returns

-

TRUE if the tfilter was found and removed; FALSE if it was not.

+

TRUE if the tfilter was found and removed; FALSE if it was not.

Since: 1.12

@@ -1829,6 +1829,6 @@ nm_setting_tc_config_clear_tfilters ( +
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5