From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm/html/NMSettingVlan.html | 114 ++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 57 deletions(-) (limited to 'docs/libnm/html/NMSettingVlan.html') diff --git a/docs/libnm/html/NMSettingVlan.html b/docs/libnm/html/NMSettingVlan.html index 21cf8873..2f0b1346 100644 --- a/docs/libnm/html/NMSettingVlan.html +++ b/docs/libnm/html/NMSettingVlan.html @@ -3,7 +3,7 @@ NMSettingVlan: libnm Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -58,7 +58,7 @@
-guint32 +guint32 nm_setting_vlan_get_id () @@ -66,7 +66,7 @@
-guint32 +guint32 nm_setting_vlan_get_flags () @@ -74,7 +74,7 @@
-gint32 +gint32 nm_setting_vlan_get_num_priorities () @@ -82,7 +82,7 @@
-gboolean +gboolean nm_setting_vlan_get_priority () @@ -90,7 +90,7 @@
-gboolean +gboolean nm_setting_vlan_add_priority () @@ -106,7 +106,7 @@
-gboolean +gboolean nm_setting_vlan_remove_priority_by_value () @@ -114,7 +114,7 @@
-gboolean +gboolean nm_setting_vlan_remove_priority_str_by_value () @@ -130,7 +130,7 @@
-gboolean +gboolean nm_setting_vlan_add_priority_str () @@ -141,7 +141,7 @@

Properties

-
+
@@ -149,7 +149,7 @@ - + @@ -159,18 +159,18 @@ - + - + +gchar * @@ -179,7 +179,7 @@

Types and Values

-
GStrvGStrv egress-priority-map Read / Write
Read / Write / Construct
guintguint id Read / Write / Construct
GStrvGStrv ingress-priority-map Read / Write
-gchar * parent Read / Write / Construct
+
@@ -234,7 +234,7 @@ ╰── NMVlanPriorityMap GFlags╰── NMVlanFlags - GObject + GObject╰──NMSetting╰── NMSettingVlan @@ -264,7 +264,7 @@ nm_setting_vlan_new (void< nm_setting_vlan_get_parent (NMSettingVlan *setting);

Parameters

-
+
@@ -285,11 +285,11 @@ nm_setting_vlan_get_parent (

nm_setting_vlan_get_id ()

-
guint32
+
guint32
 nm_setting_vlan_get_id (NMSettingVlan *setting);

Parameters

-
+
@@ -310,11 +310,11 @@ nm_setting_vlan_get_id (

nm_setting_vlan_get_flags ()

-
guint32
+
guint32
 nm_setting_vlan_get_flags (NMSettingVlan *setting);

Parameters

-
+
@@ -335,7 +335,7 @@ nm_setting_vlan_get_flags (

nm_setting_vlan_get_num_priorities ()

-
gint32
+
gint32
 nm_setting_vlan_get_num_priorities (NMSettingVlan *setting,
                                     NMVlanPriorityMap map);

Returns the number of entires in the @@ -343,7 +343,7 @@ nm_setting_vlan_get_num_priorities (

Parameters

-
+
@@ -371,17 +371,17 @@ properties of this setting.


nm_setting_vlan_get_priority ()

-
gboolean
+
gboolean
 nm_setting_vlan_get_priority (NMSettingVlan *setting,
                               NMVlanPriorityMap map,
-                              guint32 idx,
-                              guint32 *out_from,
-                              guint32 *out_to);
+ guint32 idx, + guint32 *out_from, + guint32 *out_to);

Retrieve one of the entries of the “ingress_priority_map” or “egress_priority_map” properties of this setting.

Parameters

-
+
@@ -418,17 +418,17 @@ or

Returns

-

TRUE if a priority map was returned, FALSE if error

+

TRUE if a priority map was returned, FALSE if error


nm_setting_vlan_add_priority ()

-
gboolean
+
gboolean
 nm_setting_vlan_add_priority (NMSettingVlan *setting,
                               NMVlanPriorityMap map,
-                              guint32 from,
-                              guint32 to);
+ guint32 from, + guint32 to);

Adds a priority mapping to the “ingress_priority_map” or “egress_priority_map” properties of the setting. If from is @@ -447,7 +447,7 @@ Priority Code Point (PCP) value, and to is the outgoing 802.1q VLAN Priority Code Point (PCP) value.

Parameters

-
+
@@ -481,8 +481,8 @@ to

Returns

-

TRUE if the new priority mapping was successfully added to the -list, FALSE if error

+

TRUE if the new priority mapping was successfully added to the +list, FALSE if error


@@ -491,14 +491,14 @@ list, void nm_setting_vlan_remove_priority (NMSettingVlan *setting, NMVlanPriorityMap map, - guint32 idx); + guint32 idx);

Removes the priority map at index idx from the “ingress_priority_map” or “egress_priority_map” properties.

Parameters

-
+
@@ -527,12 +527,12 @@ properties.


nm_setting_vlan_remove_priority_by_value ()

-
gboolean
+
gboolean
 nm_setting_vlan_remove_priority_by_value
                                (NMSettingVlan *setting,
                                 NMVlanPriorityMap map,
-                                guint32 from,
-                                guint32 to);
+ guint32 from, + guint32 to);

Removes the priority map form :to from the “ingress_priority_map” @@ -541,7 +541,7 @@ or

Parameters

-
+
@@ -575,13 +575,13 @@ to

Returns

-

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

+

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


nm_setting_vlan_remove_priority_str_by_value ()

-
gboolean
+
gboolean
 nm_setting_vlan_remove_priority_str_by_value
                                (NMSettingVlan *setting,
                                 NMVlanPriorityMap map,
@@ -593,7 +593,7 @@ or 
 

Parameters

-
+
@@ -620,7 +620,7 @@ properties.

Returns

-

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

+

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


@@ -633,7 +633,7 @@ nm_setting_vlan_clear_priorities (“egress_priority_map” properties.

Parameters

-
+
@@ -657,7 +657,7 @@ nm_setting_vlan_clear_priorities (

nm_setting_vlan_add_priority_str ()

-
gboolean
+
gboolean
 nm_setting_vlan_add_priority_str (NMSettingVlan *setting,
                                   NMVlanPriorityMap map,
                                   const char *str);
@@ -666,7 +666,7 @@ or the

Parameters

-
+
@@ -693,8 +693,8 @@ the Linux SKB priorities to 802.1p priorities.

Returns

-

TRUE if the entry was successfully added to the list, or it -overwrote the old value, FALSE if error

+

TRUE if the entry was successfully added to the list, or it +overwrote the old value, FALSE if error

@@ -747,7 +747,7 @@ overwrote the old value,

Members

-
+
@@ -778,7 +778,7 @@ to 802.1p priorities used in VLANs.

NMVlanFlags values control the behavior of the VLAN interface.

Members

-
+
@@ -832,7 +832,7 @@ to 802.1p priorities used in VLANs.

Property Details

The “egress-priority-map” property

-
  “egress-priority-map”      GStrv
+
  “egress-priority-map”      GStrv

For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p priorities. The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3".

@@ -858,7 +858,7 @@ is still considered as 0.


The “id” property

-
  “id”                       guint
+
  “id”                       guint

The VLAN identifier that the interface created by this connection should be assigned. The valid range is from 0 to 4094, without the reserved id 4095.

Flags: Read / Write / Construct

@@ -868,7 +868,7 @@ be assigned. The valid range is from 0 to 4094, without the reserved id 4095.

The “ingress-priority-map” property

-
  “ingress-priority-map”     GStrv
+
  “ingress-priority-map”     GStrv

For incoming packets, a list of mappings from 802.1p priorities to Linux SKB priorities. The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3".

@@ -877,7 +877,7 @@ SKB priorities. The mapping is given in the format "from:to" where both

The “parent” property

-
  “parent”                   gchar *
+
  “parent”                   gchar *

If given, specifies the parent interface name or parent connection UUID from which this VLAN interface should be created. If this property is not specified, the connection must contain an NMSettingWired setting -- cgit 1.3.0-6-gf8a5