From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 12 Dec 2017 15:53:07 +0100 Subject: New upstream version 1.10.2 --- docs/libnm-util/html/NMSettingWired.html | 132 +++++++++++++++---------------- 1 file changed, 66 insertions(+), 66 deletions(-) (limited to 'docs/libnm-util/html/NMSettingWired.html') diff --git a/docs/libnm-util/html/NMSettingWired.html b/docs/libnm-util/html/NMSettingWired.html index 5c53df6a..8102dc88 100644 --- a/docs/libnm-util/html/NMSettingWired.html +++ b/docs/libnm-util/html/NMSettingWired.html @@ -8,7 +8,7 @@ - + @@ -43,7 +43,7 @@ -GQuark +GQuark nm_setting_wired_error_quark () @@ -66,7 +66,7 @@ -guint32 +guint32 nm_setting_wired_get_speed () @@ -81,28 +81,28 @@ -gboolean +gboolean nm_setting_wired_get_auto_negotiate () -const GByteArray * +const GByteArray * nm_setting_wired_get_mac_address () -const GByteArray * +const GByteArray * nm_setting_wired_get_cloned_mac_address () -const GSList * +const GSList * nm_setting_wired_get_mac_address_blacklist () @@ -110,7 +110,7 @@ -guint32 +guint32 nm_setting_wired_get_num_mac_blacklist_items () @@ -125,7 +125,7 @@ -gboolean +gboolean nm_setting_wired_add_mac_blacklist_item () @@ -141,7 +141,7 @@ -gboolean +gboolean nm_setting_wired_remove_mac_blacklist_item_by_value () @@ -157,14 +157,14 @@ -guint32 +guint32 nm_setting_wired_get_mtu () -const GPtrArray * +const GPtrArray * nm_setting_wired_get_s390_subchannels () @@ -179,7 +179,7 @@ -guint32 +guint32 nm_setting_wired_get_num_s390_options () @@ -187,7 +187,7 @@ -gboolean +gboolean nm_setting_wired_get_s390_option () @@ -202,7 +202,7 @@ -gboolean +gboolean nm_setting_wired_add_s390_option () @@ -210,7 +210,7 @@ -gboolean +gboolean nm_setting_wired_remove_s390_option () @@ -236,7 +236,7 @@ -gboolean +gboolean auto-negotiate Read / Write / Construct @@ -248,7 +248,7 @@ -gchar * +gchar * duplex Read / Write @@ -265,19 +265,19 @@ Read / Write -guint +guint mtu Read / Write / Construct -gchar * +gchar * port Read / Write -gchar * +gchar * s390-nettype Read / Write @@ -293,7 +293,7 @@ Read / Write -guint +guint speed Read / Write / Construct @@ -369,9 +369,9 @@

Object Hierarchy

-
    GEnum
+
    GEnum
     ╰── NMSettingWiredError
-    GObject
+    GObject
     ╰── NMSetting
         ╰── NMSettingWired
 
@@ -390,7 +390,7 @@ necessary for connection to Ethernet networks.

Functions

nm_setting_wired_error_quark ()

-
GQuark
+
GQuark
 nm_setting_wired_error_quark (void);

Registers an error quark for NMSettingWired if necessary.

@@ -406,7 +406,7 @@ nm_setting_wired_new (void

Creates a new NMSettingWired object with default values.

Returns

-

the new empty NMSettingWired object.

+

the new empty NMSettingWired object.

[transfer full]

@@ -438,7 +438,7 @@ nm_setting_wired_get_port (

nm_setting_wired_get_speed ()

-
guint32
+
guint32
 nm_setting_wired_get_speed (NMSettingWired *setting);

Parameters

@@ -488,7 +488,7 @@ nm_setting_wired_get_duplex (

nm_setting_wired_get_auto_negotiate ()

-
gboolean
+
gboolean
 nm_setting_wired_get_auto_negotiate (NMSettingWired *setting);

Parameters

@@ -513,7 +513,7 @@ nm_setting_wired_get_auto_negotiate (

nm_setting_wired_get_mac_address ()

-
const GByteArray *
+
const GByteArray *
 nm_setting_wired_get_mac_address (NMSettingWired *setting);

Parameters

@@ -538,7 +538,7 @@ nm_setting_wired_get_mac_address (

nm_setting_wired_get_cloned_mac_address ()

-
const GByteArray *
+
const GByteArray *
 nm_setting_wired_get_cloned_mac_address
                                (NMSettingWired *setting);
@@ -564,7 +564,7 @@ nm_setting_wired_get_cloned_mac_address

nm_setting_wired_get_mac_address_blacklist ()

-
const GSList *
+
const GSList *
 nm_setting_wired_get_mac_address_blacklist
                                (NMSettingWired *setting);
@@ -584,7 +584,7 @@ nm_setting_wired_get_mac_address_blacklist

Returns

-

the “mac-address-blacklist” +

the “mac-address-blacklist” property of the setting.

[element-type GLib.ByteArray]

@@ -592,7 +592,7 @@ property of the setting.


nm_setting_wired_get_num_mac_blacklist_items ()

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

Parameters

@@ -656,7 +656,7 @@ at index idx

nm_setting_wired_add_mac_blacklist_item ()

-
gboolean
+
gboolean
 nm_setting_wired_add_mac_blacklist_item
                                (NMSettingWired *setting,
                                 const char *mac);
@@ -685,7 +685,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

Since: 0.9.10

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

@@ -726,7 +726,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);
@@ -757,7 +757,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.

Since: 0.9.10

@@ -788,7 +788,7 @@ nm_setting_wired_clear_mac_blacklist_items

nm_setting_wired_get_mtu ()

-
guint32
+
guint32
 nm_setting_wired_get_mtu (NMSettingWired *setting);

Parameters

@@ -813,7 +813,7 @@ nm_setting_wired_get_mtu (

nm_setting_wired_get_s390_subchannels ()

-
const GPtrArray *
+
const GPtrArray *
 nm_setting_wired_get_s390_subchannels (NMSettingWired *setting);

Return the list of s390 subchannels that identify the device that this connection is applicable to. The connection should only be used in @@ -835,7 +835,7 @@ conjunction with that device.

Returns

-

GPtrArray of strings, each specifying one +

GPtrArray of strings, each specifying one subchannel the s390 device uses to communicate to the host.

[element-type utf8]

@@ -870,7 +870,7 @@ 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 @@ -898,9 +898,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 @@ -930,13 +930,13 @@ such as during option iteration.

- - @@ -945,8 +945,8 @@ option; this value is owned by the setting and should not be 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)

@@ -984,14 +984,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);
@@ -1028,14 +1028,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 @@ -1065,8 +1065,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.


@@ -1093,7 +1093,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]

Since: 0.9.10

@@ -1221,9 +1221,9 @@ required

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

@@ -1239,7 +1239,7 @@ permanent MAC address. This is known as MAC cloning or spoofing.


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

@@ -1267,7 +1267,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

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


The “port” property

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

Specific port type to use if the device supports multiple attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface). @@ -1287,7 +1287,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

@@ -1319,7 +1319,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

@@ -1328,6 +1328,6 @@ Mbit/s, ie 100 == 100Mbit/s.

+
Generated by GTK-Doc V1.26
\ No newline at end of file -- cgit 1.3.0-6-gf8a5

out_key

on return, the key name of the s390 specific option; this +

on return, the key name of the s390 specific option; this value is owned by the setting and should not be modified.

[out]

out_value

on return, the value of the key of the s390 specific +

on return, the value of the key of the s390 specific option; this value is owned by the setting and should not be modified.

[out]