From 7514efc2f38c9ace4557d4e69d68e7d380389030 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 26 Aug 2016 02:18:32 +0200 Subject: Imported Upstream version 1.4.0 --- docs/libnm-util/html/NMSettingWired.html | 94 ++++++++++++++++---------------- 1 file changed, 47 insertions(+), 47 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 75184b1b..97df5498 100644 --- a/docs/libnm-util/html/NMSettingWired.html +++ b/docs/libnm-util/html/NMSettingWired.html @@ -8,7 +8,7 @@ - + @@ -394,7 +394,7 @@ necessary for connection to Ethernet networks.

nm_setting_wired_error_quark (void);

Registers an error quark for NMSettingWired if necessary.

-

Returns

+

Returns

the error quark used for NMSettingWired errors.

@@ -405,7 +405,7 @@ nm_setting_wired_error_quark (voi nm_setting_wired_new (void);

Creates a new NMSettingWired object with default values.

-

Returns

+

Returns

the new empty NMSettingWired object.

[transfer full]

@@ -416,7 +416,7 @@ nm_setting_wired_new (void
const char *
 nm_setting_wired_get_port (NMSettingWired *setting);
-

Parameters

+

Parameters

@@ -431,7 +431,7 @@ nm_setting_wired_get_port ( -

Returns

+

Returns

the “port” property of the setting

@@ -441,7 +441,7 @@ nm_setting_wired_get_port (guint32 nm_setting_wired_get_speed (NMSettingWired *setting);
-

Parameters

+

Parameters

@@ -456,7 +456,7 @@ nm_setting_wired_get_speed ( -

Returns

+

Returns

the “speed” property of the setting

@@ -466,7 +466,7 @@ nm_setting_wired_get_speed (const char * nm_setting_wired_get_duplex (NMSettingWired *setting);
-

Parameters

+

Parameters

@@ -481,7 +481,7 @@ nm_setting_wired_get_duplex ( -

Returns

+

Returns

the “duplex” property of the setting

@@ -491,7 +491,7 @@ nm_setting_wired_get_duplex (gboolean nm_setting_wired_get_auto_negotiate (NMSettingWired *setting);
-

Parameters

+

Parameters

@@ -506,7 +506,7 @@ nm_setting_wired_get_auto_negotiate (
-

Returns

+

Returns

the “auto-negotiate” property of the setting

@@ -516,7 +516,7 @@ nm_setting_wired_get_auto_negotiate (const GByteArray * nm_setting_wired_get_mac_address (NMSettingWired *setting);
-

Parameters

+

Parameters

@@ -531,7 +531,7 @@ nm_setting_wired_get_mac_address (
-

Returns

+

Returns

the “mac-address” property of the setting

@@ -542,7 +542,7 @@ nm_setting_wired_get_mac_address (NMSettingWired *setting);
-

Parameters

+

Parameters

@@ -557,7 +557,7 @@ nm_setting_wired_get_cloned_mac_address
-

Returns

+

Returns

the “cloned-mac-address” property of the setting

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

Parameters

+

Parameters

@@ -583,7 +583,7 @@ nm_setting_wired_get_mac_address_blacklist
-

Returns

+

Returns

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

[element-type GLib.ByteArray]

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

nm_setting_wired_get_num_mac_blacklist_items (NMSettingWired *setting);
-

Parameters

+

Parameters

@@ -611,7 +611,7 @@ nm_setting_wired_get_num_mac_blacklist_items
-

Returns

+

Returns

the number of blacklisted MAC addresses

Since: 0.9.10

@@ -624,7 +624,7 @@ nm_setting_wired_get_mac_blacklist_item (NMSettingWired *setting, guint32 idx);
-

Parameters

+

Parameters

@@ -646,7 +646,7 @@ nm_setting_wired_get_mac_blacklist_item
-

Returns

+

Returns

the blacklisted MAC address string (hex-digits-and-colons notation) at index idx

@@ -662,7 +662,7 @@ nm_setting_wired_add_mac_blacklist_item const char *mac);

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

-

Parameters

+

Parameters

@@ -684,7 +684,7 @@ nm_setting_wired_add_mac_blacklist_item
-

Returns

+

Returns

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

@@ -700,7 +700,7 @@ nm_setting_wired_remove_mac_blacklist_item

Removes the MAC address at index idx from the blacklist.

-

Parameters

+

Parameters

@@ -733,7 +733,7 @@ nm_setting_wired_remove_mac_blacklist_item_by_value

Removes the MAC address mac from the blacklist.

-

Parameters

+

Parameters

@@ -756,7 +756,7 @@ the blacklist

-

Returns

+

Returns

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

Since: 0.9.10

@@ -769,7 +769,7 @@ nm_setting_wired_clear_mac_blacklist_items (NMSettingWired *setting);

Removes all blacklisted MAC addresses.

-

Parameters

+

Parameters

@@ -791,7 +791,7 @@ nm_setting_wired_clear_mac_blacklist_items
guint32
 nm_setting_wired_get_mtu (NMSettingWired *setting);
-

Parameters

+

Parameters

@@ -806,7 +806,7 @@ nm_setting_wired_get_mtu ( -

Returns

+

Returns

the “mtu” property of the setting

@@ -819,7 +819,7 @@ nm_setting_wired_get_s390_subchannels ( -

Parameters

+

Parameters

@@ -834,7 +834,7 @@ conjunction with that device.

-

Returns

+

Returns

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

[element-type utf8]

@@ -848,7 +848,7 @@ nm_setting_wired_get_s390_nettype (Returns the s390 device type this connection should apply to. Will be one of 'qeth', 'lcs', or 'ctc'.

-

Parameters

+

Parameters

@@ -863,7 +863,7 @@ of 'qeth', 'lcs', or 'ctc'.

-

Returns

+

Returns

the s390 device type

@@ -876,7 +876,7 @@ nm_setting_wired_get_num_s390_options (nm_setting_wired_get_s390_option().

-

Parameters

+

Parameters

@@ -891,7 +891,7 @@ option individually using -

Returns

+

Returns

the number of s390-specific device options

@@ -909,7 +909,7 @@ are *not* guaranteed to be static across modifications to options done by and should not be used to refer to options except for short periods of time such as during option iteration.

-

Parameters

+

Parameters

@@ -944,7 +944,7 @@ option; this value is owned by the setting and should not be modified.

-

Returns

+

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 currently held by the setting)

@@ -961,7 +961,7 @@ nm_setting_wired_get_s390_option_by_key key , if it exists.

-

Parameters

+

Parameters

@@ -983,7 +983,7 @@ nm_setting_wired_get_s390_option_by_key
-

Returns

+

Returns

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

@@ -1000,7 +1000,7 @@ of allowed options. Key names may contain only alphanumeric characters (ie [a-zA-Z0-9]). Adding a new key replaces any existing key/value pair that may already exist.

-

Parameters

+

Parameters

@@ -1027,7 +1027,7 @@ may already exist.

-

Returns

+

Returns

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

@@ -1042,7 +1042,7 @@ nm_setting_wired_remove_s390_option (
-

Parameters

+

Parameters

@@ -1064,7 +1064,7 @@ list.

-

Returns

+

Returns

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

@@ -1077,7 +1077,7 @@ nm_setting_wired_get_valid_s390_options (NMSettingWired *setting);

Returns a list of valid s390 options.

-

Parameters

+

Parameters

@@ -1092,7 +1092,7 @@ nm_setting_wired_get_valid_s390_options
-

Returns

+

Returns

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

[transfer none]

@@ -1110,7 +1110,7 @@ nm_setting_wired_get_valid_s390_options

enum NMSettingWiredError

-

Members

+

Members

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

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