From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001
From: Michael Biebl Registers an error quark for NMSettingVlan if necessary. Creates a new NMSettingVlan object with default values. Returns the number of entries in the
@@ -443,12 +443,12 @@ properties of this setting. Retrieve one of the entries of the “ingress_priority_map”
or “egress_priority_map” properties of this setting. Adds a priority mapping to the “ingress_priority_map” or
“egress_priority_map” properties of the setting. If Removes the priority map at index Removes the priority map Since: 0.9.10 Since: 0.9.10
-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 ()
@@ -170,12 +170,12 @@
Read / Write
-
guint
+guint
flags
Read / Write / Construct
-
@@ -187,13 +187,13 @@
guint
+guint
id
Read / Write / Construct
-gchar *
+gchar *
interface-name
Read / Write / Construct
@@ -261,11 +261,11 @@
-gchar *
+gchar *
parent
Read / Write / Construct
Object Hierarchy
- GEnum
+
GEnum
├── 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);void<
nm_setting_vlan_get_id ()
-guint32
+
guint32
nm_setting_vlan_get_id (
NMSettingVlan *setting);Parameters
@@ -382,7 +382,7 @@ 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);
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);
nm_setting_vlan_add_priority ()
-gboolean
+
gboolean
nm_setting_vlan_add_priority (
+ NMSettingVlan *setting,
NMVlanPriorityMap map,
- guint32 from,
- guint32 to);guint32 from,
+ guint32 to);from
is
@@ -553,8 +553,8 @@ toReturns
-TRUE if the new priority mapping was successfully added to the
-list, FALSE if errorTRUE if the new priority mapping was successfully added to the
+list, FALSE if error
@@ -563,7 +563,7 @@ list, void
nm_setting_vlan_remove_priority (NMSettingVlan *setting,
NMVlanPriorityMap map,
- guint32 idx);
+ guint32 idx);
idx
from the
“ingress_priority_map” or “egress_priority_map”
@@ -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);form
:to
from the “ingress_priority_map”
@@ -647,14 +647,14 @@ toReturns
-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,
@@ -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.
nm_setting_vlan_add_priority_str ()
-gboolean
+
gboolean
nm_setting_vlan_add_priority_str (
@@ -767,8 +767,8 @@ the Linux SKB priorities to 802.1p priorities.
NMSettingVlan *setting,
NMVlanPriorityMap map,
const char *str);
“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).
“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“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
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
@@ -1023,6 +1023,6 @@ with a
The
-“parent” property “parent” gchar *
+ “parent” gchar *
Generated by GTK-Doc V1.26