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/NMSettingWired.html | 196 ++++++++++++++++++------------------ 1 file changed, 98 insertions(+), 98 deletions(-) (limited to 'docs/libnm/html/NMSettingWired.html') diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index 9ebe77ac..e1126e8a 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -3,7 +3,7 @@ NMSettingWired: libnm Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -58,7 +58,7 @@
-guint32 +guint32 nm_setting_wired_get_speed () @@ -73,7 +73,7 @@
-gboolean +gboolean nm_setting_wired_get_auto_negotiate () @@ -109,7 +109,7 @@
-guint32 +guint32 nm_setting_wired_get_num_mac_blacklist_items () @@ -124,7 +124,7 @@
-gboolean +gboolean nm_setting_wired_add_mac_blacklist_item () @@ -140,7 +140,7 @@
-gboolean +gboolean nm_setting_wired_remove_mac_blacklist_item_by_value () @@ -156,7 +156,7 @@
-guint32 +guint32 nm_setting_wired_get_mtu () @@ -178,7 +178,7 @@
-guint32 +guint32 nm_setting_wired_get_num_s390_options () @@ -186,7 +186,7 @@
-gboolean +gboolean nm_setting_wired_get_s390_option () @@ -201,7 +201,7 @@
-gboolean +gboolean nm_setting_wired_add_s390_option () @@ -209,7 +209,7 @@
-gboolean +gboolean nm_setting_wired_remove_s390_option () @@ -242,7 +242,7 @@

Properties

-
+
@@ -250,80 +250,80 @@ - + +gchar * +gchar * +gchar * +gchar * - + - + +gchar * +gchar * +GHashTable * - + - + - + +gchar * @@ -332,7 +332,7 @@

Types and Values

-
gbooleangboolean auto-negotiate Read / Write / Construct
-gchar * cloned-mac-address Read / Write
-gchar * duplex Read / Write
-gchar * generate-mac-address-mask Read / Write
-gchar * mac-address Read / Write
GStrvGStrv mac-address-blacklist Read / Write
guintguint mtu Read / Write / Construct
-gchar * port Read / Write
-gchar * s390-nettype Read / Write
-GHashTable * s390-options Read / Write
GStrvGStrv s390-subchannels Read / Write
guintguint speed Read / Write / Construct
guintguint wake-on-lan Read / Write / Construct
-gchar * wake-on-lan-password Read / Write
+
@@ -413,7 +413,7 @@

Object Hierarchy

    GFlags
     ╰── NMSettingWiredWakeOnLan
-    GObject
+    GObject
     ╰── NMSetting
         ╰── NMSettingWired
 
@@ -443,7 +443,7 @@ nm_setting_wired_new (void nm_setting_wired_get_port (NMSettingWired *setting);

Parameters

-
+
@@ -464,11 +464,11 @@ nm_setting_wired_get_port (

nm_setting_wired_get_speed ()

-
guint32
+
guint32
 nm_setting_wired_get_speed (NMSettingWired *setting);

Parameters

-
+
@@ -493,7 +493,7 @@ nm_setting_wired_get_speed (NMSettingWired *setting);

Parameters

-
+
@@ -514,11 +514,11 @@ nm_setting_wired_get_duplex (

nm_setting_wired_get_auto_negotiate ()

-
gboolean
+
gboolean
 nm_setting_wired_get_auto_negotiate (NMSettingWired *setting);

Parameters

-
+
@@ -543,7 +543,7 @@ nm_setting_wired_get_auto_negotiate (NMSettingWired *setting);

Parameters

-
+
@@ -569,7 +569,7 @@ nm_setting_wired_get_cloned_mac_address (NMSettingWired *setting);

Parameters

-
+
@@ -595,7 +595,7 @@ nm_setting_wired_get_generate_mac_address_mask (NMSettingWired *setting);

Parameters

-
+
@@ -622,7 +622,7 @@ nm_setting_wired_get_mac_address_blacklist (NMSettingWired *setting);

Parameters

-
+
@@ -643,12 +643,12 @@ nm_setting_wired_get_mac_address_blacklist

nm_setting_wired_get_num_mac_blacklist_items ()

-
guint32
+
guint32
 nm_setting_wired_get_num_mac_blacklist_items
                                (NMSettingWired *setting);

Parameters

-
+
@@ -672,10 +672,10 @@ nm_setting_wired_get_num_mac_blacklist_items
const char *
 nm_setting_wired_get_mac_blacklist_item
                                (NMSettingWired *setting,
-                                guint32 idx);
+ guint32 idx);

Parameters

-
+
@@ -705,14 +705,14 @@ at index idx

nm_setting_wired_add_mac_blacklist_item ()

-
gboolean
+
gboolean
 nm_setting_wired_add_mac_blacklist_item
                                (NMSettingWired *setting,
                                 const char *mac);

Adds a new MAC address to the “mac-address-blacklist” property.

Parameters

-
+
@@ -734,7 +734,7 @@ nm_setting_wired_add_mac_blacklist_item

Returns

-

TRUE if the MAC address was added; FALSE if the MAC address +

TRUE if the MAC address was added; FALSE if the MAC address is invalid or was already present

@@ -744,12 +744,12 @@ is invalid or was already present

void
 nm_setting_wired_remove_mac_blacklist_item
                                (NMSettingWired *setting,
-                                guint32 idx);
+ guint32 idx);

Removes the MAC address at index idx from the blacklist.

Parameters

-
+
@@ -773,7 +773,7 @@ nm_setting_wired_remove_mac_blacklist_item

nm_setting_wired_remove_mac_blacklist_item_by_value ()

-
gboolean
+
gboolean
 nm_setting_wired_remove_mac_blacklist_item_by_value
                                (NMSettingWired *setting,
                                 const char *mac);
@@ -781,7 +781,7 @@ nm_setting_wired_remove_mac_blacklist_item_by_value from the blacklist.

Parameters

-
+
@@ -804,7 +804,7 @@ the blacklist

Returns

-

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

+

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


@@ -816,7 +816,7 @@ nm_setting_wired_clear_mac_blacklist_items

Removes all blacklisted MAC addresses.

Parameters

-
+
@@ -833,11 +833,11 @@ nm_setting_wired_clear_mac_blacklist_items

nm_setting_wired_get_mtu ()

-
guint32
+
guint32
 nm_setting_wired_get_mtu (NMSettingWired *setting);

Parameters

-
+
@@ -865,7 +865,7 @@ connection is applicable to. The connection should only be used in conjunction with that device.

Parameters

-
+
@@ -894,7 +894,7 @@ nm_setting_wired_get_s390_nettype (

Parameters

-
+
@@ -915,14 +915,14 @@ of 'qeth', 'lcs', or 'ctc'.


nm_setting_wired_get_num_s390_options ()

-
guint32
+
guint32
 nm_setting_wired_get_num_s390_options (NMSettingWired *setting);

Returns the number of s390-specific options that should be set for this device when it is activated. This can be used to retrieve each s390 option individually using nm_setting_wired_get_s390_option().

Parameters

-
+
@@ -943,9 +943,9 @@ option individually using

nm_setting_wired_get_s390_option ()

-
gboolean
+
gboolean
 nm_setting_wired_get_s390_option (NMSettingWired *setting,
-                                  guint32 idx,
+                                  guint32 idx,
                                   const char **out_key,
                                   const char **out_value);

Given an index, return the value of the s390 option at that index. indexes @@ -955,7 +955,7 @@ and should not be used to refer to options except for short periods of time such as during option iteration.

Parameters

-
+
@@ -991,8 +991,8 @@ modified.

Returns

-

TRUE on success if the index was valid and an option was found, -FALSE if the index was invalid (ie, greater than the number of options +

TRUE on success if the index was valid and an option was found, +FALSE if the index was invalid (ie, greater than the number of options currently held by the setting)

@@ -1008,7 +1008,7 @@ nm_setting_wired_get_s390_option_by_key , if it exists.

Parameters

-
+
@@ -1030,14 +1030,14 @@ nm_setting_wired_get_s390_option_by_key

Returns

-

the value, or NULL if the key/value pair was never added to the +

the value, or NULL if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified


nm_setting_wired_add_s390_option ()

-
gboolean
+
gboolean
 nm_setting_wired_add_s390_option (NMSettingWired *setting,
                                   const char *key,
                                   const char *value);
@@ -1047,7 +1047,7 @@ of allowed options. Key names may contain only alphanumeric characters may already exist.

Parameters

-
+
@@ -1074,14 +1074,14 @@ may already exist.

Returns

-

TRUE if the option was valid and was added to the internal option -list, FALSE if it was not.

+

TRUE if the option was valid and was added to the internal option +list, FALSE if it was not.


nm_setting_wired_remove_s390_option ()

-
gboolean
+
gboolean
 nm_setting_wired_remove_s390_option (NMSettingWired *setting,
                                      const char *key);

Remove the s390-specific option referenced by key @@ -1089,7 +1089,7 @@ nm_setting_wired_remove_s390_option (

Parameters

-
+
@@ -1111,8 +1111,8 @@ list.

Returns

-

TRUE if the option was found and removed from the internal option -list, FALSE if it was not.

+

TRUE if the option was found and removed from the internal option +list, FALSE if it was not.


@@ -1124,7 +1124,7 @@ nm_setting_wired_get_valid_s390_options

Returns a list of valid s390 options.

Parameters

-
+
@@ -1139,7 +1139,7 @@ nm_setting_wired_get_valid_s390_options

Returns

-

a NULL-terminated array of strings of valid s390 options.

+

a NULL-terminated array of strings of valid s390 options.

[transfer none]

@@ -1151,7 +1151,7 @@ nm_setting_wired_get_wake_on_lan (Returns the Wake-on-LAN options enabled for the connection

Parameters

-
+
@@ -1180,7 +1180,7 @@ nm_setting_wired_get_wake_on_lan_password NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC.

Parameters

-
+
@@ -1195,7 +1195,7 @@ nm_setting_wired_get_wake_on_lan_password

Returns

-

the Wake-on-LAN setting password, or NULL if there is no password.

+

the Wake-on-LAN setting password, or NULL if there is no password.

Since: 1.2

@@ -1214,7 +1214,7 @@ nm_setting_wired_get_wake_on_lan_password are supported by all devices.

Members

-
+
@@ -1407,9 +1407,9 @@ are supported by all devices.

Property Details

The “auto-negotiate” property

-
  “auto-negotiate”           gboolean
-

If TRUE, allow auto-negotiation of port speed and duplex mode. If -FALSE, do not allow auto-negotiation, in which case the "speed" and +

  “auto-negotiate”           gboolean
+

If TRUE, allow auto-negotiation of port speed and duplex mode. If +FALSE, do not allow auto-negotiation, in which case the "speed" and "duplex" properties should be set.

Flags: Read / Write / Construct

Default value: TRUE

@@ -1417,7 +1417,7 @@ are supported by all devices.


The “cloned-mac-address” property

-
  “cloned-mac-address”       gchar *
+
  “cloned-mac-address”       gchar *

If specified, request that the device use this MAC address instead of its permanent MAC address. This is known as MAC cloning or spoofing.

Beside explicitly specifing a MAC address, the special values "preserve", "permanent", @@ -1437,7 +1437,7 @@ of NetworkManager.conf. If still unspecified, it defaults to "permanent".


The “duplex” property

-
  “duplex”                   gchar *
+
  “duplex”                   gchar *

If specified, request that the device only use the specified duplex mode. Either "half" or "full".

Flags: Read / Write

@@ -1446,14 +1446,14 @@ Either "half" or "full".


The “generate-mac-address-mask” property

-
  “generate-mac-address-mask” gchar *
+
  “generate-mac-address-mask” gchar *

With “cloned-mac-address” setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address.

-

If the property is NULL, it is eligible to be overwritten by a default -connection setting. If the value is still NULL or an empty string, the +

If the property is NULL, it is eligible to be overwritten by a default +connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address.

If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, @@ -1477,7 +1477,7 @@ administered.


The “mac-address” property

-
  “mac-address”              gchar *
+
  “mac-address”              gchar *

If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).

@@ -1487,7 +1487,7 @@ MAC address of the device (i.e. MAC spoofing).


The “mac-address-blacklist” property

-
  “mac-address-blacklist”    GStrv
+
  “mac-address-blacklist”    GStrv

If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list. Each MAC address is in the standard hex-digits-and-colons notation @@ -1497,7 +1497,7 @@ address is in the standard hex-digits-and-colons notation


The “mtu” property

-
  “mtu”                      guint
+
  “mtu”                      guint

If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.

Flags: Read / Write / Construct

@@ -1506,7 +1506,7 @@ breaking larger packets up into multiple Ethernet frames.


The “port” property

-
  “port”                     gchar *
+
  “port”                     gchar *

Specific port type to use if multiple the device supports multiple attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface. @@ -1517,7 +1517,7 @@ If the device supports only one port type, this setting is ignored.


The “s390-nettype” property

-
  “s390-nettype”             gchar *
+
  “s390-nettype”             gchar *

s390 network device type; one of "qeth", "lcs", or "ctc", representing the different types of virtual network devices available on s390 systems.

Flags: Read / Write

@@ -1526,7 +1526,7 @@ the different types of virtual network devices available on s390 systems.


The “s390-options” property

-
  “s390-options”             GHashTable *
+
  “s390-options”             GHashTable *

Dictionary of key/value pairs of s390-specific device options. Both keys and values must be strings. Allowed keys include "portno", "layer2", "portname", "protocol", among others. Key names must contain only @@ -1537,7 +1537,7 @@ alphanumeric characters (ie, [a-zA-Z0-9]).


The “s390-subchannels” property

-
  “s390-subchannels”         GStrv
+
  “s390-subchannels”         GStrv

Identifies specific subchannels that this network device uses for communication with z/VM or s390 host. Like the “mac-address” property for non-z/VM devices, this property @@ -1550,7 +1550,7 @@ period (.) character.


The “speed” property

-
  “speed”                    guint
+
  “speed”                    guint

If non-zero, request that the device use only the specified speed. In Mbit/s, ie 100 == 100Mbit/s.

Flags: Read / Write / Construct

@@ -1559,7 +1559,7 @@ Mbit/s, ie 100 == 100Mbit/s.


The “wake-on-lan” property

-
  “wake-on-lan”              guint
+
  “wake-on-lan”              guint

The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY, NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST, NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST, @@ -1575,9 +1575,9 @@ NetworkManager).


The “wake-on-lan-password” property

-
  “wake-on-lan-password”     gchar *
+
  “wake-on-lan-password”     gchar *

If specified, the password used with magic-packet-based -Wake-on-LAN, represented as an Ethernet MAC address. If NULL, +Wake-on-LAN, represented as an Ethernet MAC address. If NULL, no password will be required.

Flags: Read / Write

Default value: NULL

-- cgit 1.3.0-6-gf8a5