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-util/html/NMSettingVlan.html | 122 ++++++++++++++++---------------- 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'docs/libnm-util/html/NMSettingVlan.html') diff --git a/docs/libnm-util/html/NMSettingVlan.html b/docs/libnm-util/html/NMSettingVlan.html index c20926ef..303f4082 100644 --- a/docs/libnm-util/html/NMSettingVlan.html +++ b/docs/libnm-util/html/NMSettingVlan.html @@ -3,7 +3,7 @@ NMSettingVlan: libnm-util Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_setting_vlan_error_quark () @@ -73,7 +73,7 @@
-guint32 +guint32 nm_setting_vlan_get_id () @@ -81,7 +81,7 @@
-guint32 +guint32 nm_setting_vlan_get_flags () @@ -89,7 +89,7 @@
-gint32 +gint32 nm_setting_vlan_get_num_priorities () @@ -97,7 +97,7 @@
-gboolean +gboolean nm_setting_vlan_get_priority () @@ -105,7 +105,7 @@
-gboolean +gboolean nm_setting_vlan_add_priority () @@ -121,7 +121,7 @@
-gboolean +gboolean nm_setting_vlan_remove_priority_by_value () @@ -129,7 +129,7 @@
-gboolean +gboolean nm_setting_vlan_remove_priority_str_by_value () @@ -145,7 +145,7 @@
-gboolean +gboolean nm_setting_vlan_add_priority_str () @@ -156,7 +156,7 @@

Properties

-
+
@@ -170,12 +170,12 @@ - + - + @@ -187,13 +187,13 @@ +gchar * +gchar * @@ -202,7 +202,7 @@

Types and Values

-
Read / Write
guintguint flags Read / Write / Construct
guintguint id Read / Write / Construct
-gchar * interface-name Read / Write / Construct
-gchar * parent Read / Write / Construct
+
@@ -265,7 +265,7 @@ ├── NMSettingVlanError ├── NMVlanFlags ╰── NMVlanPriorityMap - GObject + GObject╰──NMSetting╰── NMSettingVlan @@ -284,7 +284,7 @@ necessary for connection to VLAN interfaces.

Functions

nm_setting_vlan_error_quark ()

-
GQuark
+
GQuark
 nm_setting_vlan_error_quark (void);

Registers an error quark for NMSettingVlan if necessary.

@@ -311,7 +311,7 @@ nm_setting_vlan_new (void< nm_setting_vlan_get_interface_name (NMSettingVlan *setting);

Parameters

-
+
@@ -336,7 +336,7 @@ nm_setting_vlan_get_interface_name (NMSettingVlan *setting);

Parameters

-
+
@@ -357,11 +357,11 @@ nm_setting_vlan_get_parent (

nm_setting_vlan_get_id ()

-
guint32
+
guint32
 nm_setting_vlan_get_id (NMSettingVlan *setting);

Parameters

-
+
@@ -382,11 +382,11 @@ nm_setting_vlan_get_id (

nm_setting_vlan_get_flags ()

-
guint32
+
guint32
 nm_setting_vlan_get_flags (NMSettingVlan *setting);

Parameters

-
+
@@ -407,7 +407,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 @@ -415,7 +415,7 @@ nm_setting_vlan_get_num_priorities (

Parameters

-
+
@@ -443,17 +443,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

-
+
@@ -490,17 +490,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 @@ -519,7 +519,7 @@ Priority Code Point (PCP) value, and to is the outgoing 802.1q VLAN Priority Code Point (PCP) value.

Parameters

-
+
@@ -553,8 +553,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


@@ -563,14 +563,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

-
+
@@ -599,12 +599,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” @@ -613,7 +613,7 @@ or

Parameters

-
+
@@ -647,14 +647,14 @@ 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.

Since: 0.9.10


nm_setting_vlan_remove_priority_str_by_value ()

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

Parameters

-
+
@@ -693,7 +693,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.

Since: 0.9.10

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

Parameters

-
+
@@ -731,7 +731,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);
@@ -740,7 +740,7 @@ or the

Parameters

-
+
@@ -767,8 +767,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

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

enum NMSettingVlanError

Members

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

Members

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

NMVlanFlags values control the behavior of the VLAN interface.

Members

-
+
@@ -968,7 +968,7 @@ both "from" and "to" are unsigned integers, ie "7:3".


The “flags” property

-
  “flags”                    guint
+
  “flags”                    guint

One or more flags which control the behavior and features of the VLAN interface. Flags include NM_VLAN_FLAG_REORDER_HEADERS (reordering of output packet headers), NM_VLAN_FLAG_GVRP (use of the GVRP protocol), @@ -981,7 +981,7 @@ protocol).


The “id” property

-
  “id”                       guint
+
  “id”                       guint

The VLAN identifier that the interface created by this connection should be assigned.

Flags: Read / Write / Construct

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

The “interface-name” property

-
  “interface-name”           gchar *
+
  “interface-name”           gchar *

If given, specifies the kernel name of the VLAN interface. If not given, a default name will be constructed from the interface described by the parent interface and the “id” property, eg "eth2.1". The @@ -1012,7 +1012,7 @@ the

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