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/html/NMSettingBond.html | 64 +++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'docs/libnm/html/NMSettingBond.html') diff --git a/docs/libnm/html/NMSettingBond.html b/docs/libnm/html/NMSettingBond.html index b2e69366..da05b73e 100644 --- a/docs/libnm/html/NMSettingBond.html +++ b/docs/libnm/html/NMSettingBond.html @@ -8,7 +8,7 @@ - + @@ -51,7 +51,7 @@ -guint32 +guint32 nm_setting_bond_get_num_options () @@ -59,7 +59,7 @@ -gboolean +gboolean nm_setting_bond_get_option () @@ -74,7 +74,7 @@ -gboolean +gboolean nm_setting_bond_add_option () @@ -82,7 +82,7 @@ -gboolean +gboolean nm_setting_bond_remove_option () @@ -90,7 +90,7 @@ -gboolean +gboolean nm_setting_bond_validate_option () @@ -123,7 +123,7 @@ -GHashTable * +GHashTable * options Read / Write @@ -262,7 +262,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSetting
         ╰── NMSettingBond
 
@@ -281,14 +281,14 @@ nm_setting_bond_new (void<

Creates a new NMSettingBond object with default values.

Returns

-

the new empty NMSettingBond object.

+

the new empty NMSettingBond object.

[transfer full]


nm_setting_bond_get_num_options ()

-
guint32
+
guint32
 nm_setting_bond_get_num_options (NMSettingBond *setting);

Returns the number of options that should be set for this bond when it is activated. This can be used to retrieve each option individually @@ -316,9 +316,9 @@ using

nm_setting_bond_get_option ()

-
gboolean
+
gboolean
 nm_setting_bond_get_option (NMSettingBond *setting,
-                            guint32 idx,
+                            guint32 idx,
                             const char **out_name,
                             const char **out_value);

Given an index, return the value of the bonding option at that index. Indexes @@ -348,13 +348,13 @@ such as during option iteration.

out_name

-

on return, the name of the bonding option; +

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

[out][transfer none]

out_value

-

on return, the value of the name of the +

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

[out][transfer none] @@ -364,8 +364,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)

@@ -402,14 +402,14 @@ nm_setting_bond_get_option_by_name (

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_bond_add_option ()

-
gboolean
+
gboolean
 nm_setting_bond_add_option (NMSettingBond *setting,
                             const char *name,
                             const char *value);
@@ -448,14 +448,14 @@ that conflict with each other.

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_bond_remove_option ()

-
gboolean
+
gboolean
 nm_setting_bond_remove_option (NMSettingBond *setting,
                                const char *name);

Remove the bonding option referenced by name @@ -485,14 +485,14 @@ 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.


nm_setting_bond_validate_option ()

-
gboolean
+
gboolean
 nm_setting_bond_validate_option (const char *name,
                                  const char *value);

Checks whether name @@ -500,7 +500,7 @@ nm_setting_bond_validate_option (const name . If value - is NULL, the function only validates the option name.

+ is NULL, the function only validates the option name.

Parameters

@@ -525,10 +525,10 @@ the name

Returns

-

TRUE, if the value +

TRUE, if the value is valid for the given name. If the name -is not a valid option, FALSE will be returned.

+is not a valid option, FALSE will be returned.


@@ -538,7 +538,7 @@ is not a valid option, NMSettingBond *setting);

Returns a list of valid bond options.

The setting - argument is unused and may be passed as NULL.

+ argument is unused and may be passed as NULL.

Parameters

@@ -549,14 +549,14 @@ nm_setting_bond_get_valid_options ( - +

setting

the NMSettingBond.

the NMSettingBond.

[allow-none]

Returns

-

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

+

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

[transfer none]

@@ -781,7 +781,7 @@ the

Property Details

The “options” property

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

Dictionary of key/value pairs of bonding options. Both keys and values must be strings. Option names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).

@@ -791,6 +791,6 @@ must be strings. Option names must contain only alphanumeric characters
+
Generated by GTK-Doc V1.26 \ No newline at end of file -- cgit 1.3.0-6-gf8a5