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/NMSetting.html | 160 ++++++++++++++++++------------------ 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'docs/libnm-util/html/NMSetting.html') diff --git a/docs/libnm-util/html/NMSetting.html b/docs/libnm-util/html/NMSetting.html index 3ce89683..fe956fc8 100644 --- a/docs/libnm-util/html/NMSetting.html +++ b/docs/libnm-util/html/NMSetting.html @@ -8,7 +8,7 @@ - + @@ -50,22 +50,6 @@ -#define -NM_SETTING_PARAM_SERIALIZE - - -#define -NM_SETTING_PARAM_REQUIRED - - -#define -NM_SETTING_PARAM_SECRET - - -#define -NM_SETTING_PARAM_FUZZY_IGNORE - - gboolean @@ -244,6 +228,22 @@ #define +NM_SETTING_PARAM_SERIALIZE + + +#define +NM_SETTING_PARAM_REQUIRED + + +#define +NM_SETTING_PARAM_SECRET + + +#define +NM_SETTING_PARAM_FUZZY_IGNORE + + +#define NM_SETTING_NAME @@ -329,36 +329,12 @@ of properties and allowed values.

nm_setting_error_quark (void);

Registers an error quark for NMSetting if necessary.

-

Returns

+

Returns

the error quark used for NMSetting errors.


-

NM_SETTING_PARAM_SERIALIZE

-
#define NM_SETTING_PARAM_SERIALIZE    (1 << (0 + G_PARAM_USER_SHIFT))
-
-
-
-
-

NM_SETTING_PARAM_REQUIRED

-
#define NM_SETTING_PARAM_REQUIRED     (1 << (1 + G_PARAM_USER_SHIFT))
-
-
-
-
-

NM_SETTING_PARAM_SECRET

-
#define NM_SETTING_PARAM_SECRET       (1 << (2 + G_PARAM_USER_SHIFT))
-
-
-
-
-

NM_SETTING_PARAM_FUZZY_IGNORE

-
#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT))
-
-
-
-

NMSettingClearSecretsWithFlagsFn ()

gboolean
 (*NMSettingClearSecretsWithFlagsFn) (NMSetting *setting,
@@ -366,7 +342,7 @@ nm_setting_error_quark (voidNMSettingSecretFlags flags,
                                      gpointer user_data);
-

Parameters

+

Parameters

@@ -398,7 +374,7 @@ nm_setting_error_quark (void
-

Returns

+

Returns

TRUE to clear the secret, FALSE to not clear the secret

@@ -412,7 +388,7 @@ nm_setting_error_quark (voidGParamFlags flags, gpointer user_data);
-

Parameters

+

Parameters

@@ -460,7 +436,7 @@ nm_setting_to_hash ( -

Parameters

+

Parameters

@@ -482,7 +458,7 @@ D-Bus or serializing. The mapping is string to GValue.

-

Returns

+

Returns

a new GHashTable describing the setting's properties.

[transfer full][element-type utf8 GObject.Value]

@@ -501,7 +477,7 @@ are strongly typed, thus the GValue type of the hash value must be correct. See the documentation on each NMSetting object subclass for the correct property names and value types.

-

Parameters

+

Parameters

@@ -524,7 +500,7 @@ string to GValue mapping of properties that apply to the setting.

-

Returns

+

Returns

a new NMSetting object populated with the properties from the hash table, or NULL on failure

@@ -536,7 +512,7 @@ hash table, or NULL on failure

nm_setting_duplicate (NMSetting *setting);

Duplicates a NMSetting.

-

Parameters

+

Parameters

@@ -551,7 +527,7 @@ nm_setting_duplicate ( -

Returns

+

Returns

a new NMSetting containing the same properties and values as the source NMSetting.

[transfer full]

@@ -564,7 +540,7 @@ source NMSetting *setting
);

Returns the type name of the NMSetting object

-

Parameters

+

Parameters

@@ -579,7 +555,7 @@ nm_setting_get_name ( -

Returns

+

Returns

a string containing the type name of the NMSetting object, like 'ppp' or 'wireless' or 'wired'.

@@ -597,7 +573,7 @@ some are dependent on other values (hence the need for GError contains information about which property of the setting failed validation, and in what way that property failed validation.

-

Parameters

+

Parameters

@@ -626,7 +602,7 @@ came.

-

Returns

+

Returns

TRUE if the setting is valid, FALSE if it is not

@@ -641,7 +617,7 @@ nm_setting_compare (NMSettingCompareFlags for a description of each flag's behavior.

-

Parameters

+

Parameters

@@ -668,7 +644,7 @@ for a description of each flag's behavior.

-

Returns

+

Returns

TRUE if the comparison succeeds, FALSE if it does not

@@ -688,7 +664,7 @@ of each setting that differ from the other are added to NMSettingDiffResult values.

-

Parameters

+

Parameters

@@ -730,7 +706,7 @@ in and the settings differ, a new one is created and returned.

-

Returns

+

Returns

TRUE if the settings contain the same values, FALSE if they do not

@@ -744,7 +720,7 @@ nm_setting_enumerate_values (NMSetting object, calling the supplied user function for each property.

-

Parameters

+

Parameters

@@ -781,7 +757,7 @@ nm_setting_to_string ( -

Parameters

+

Parameters

@@ -796,7 +772,7 @@ output format is not guaranteed to be stable and may change at any time.

-

Returns

+

Returns

an allocated string containing a textual representation of the setting's properties and values (including secrets!), which the caller should free with g_free()

@@ -811,7 +787,7 @@ nm_setting_clear_secrets ( -

Parameters

+

Parameters

@@ -836,7 +812,7 @@ nm_setting_clear_secrets_with_flags (Clears and frees secrets determined by func .

-

Parameters

+

Parameters

@@ -875,7 +851,7 @@ to make a successful connection. The returned hints are only intended as a guide to what secrets may be required, because in some circumstances, there is no way to conclusively determine exactly which secrets are needed.

-

Parameters

+

Parameters

@@ -890,7 +866,7 @@ is no way to conclusively determine exactly which secrets are needed.

-

Returns

+

Returns

a GPtrArray containing the property names of secrets of the NMSetting which may be required; the caller owns the array and must free it with g_ptr_array_free(), but must not @@ -908,7 +884,7 @@ nm_setting_update_secrets ( -

Parameters

+

Parameters

@@ -936,7 +912,7 @@ string to GValue of setting property names and secrets
-

Returns

+

Returns

TRUE if the secrets were successfully updated, FALSE on failure to update one or more of the secrets.

@@ -952,7 +928,7 @@ nm_setting_get_secret_flags (NMSettingSecretFlags describing how to handle that secret.

-

Parameters

+

Parameters

@@ -984,7 +960,7 @@ handle that secret.

-

Returns

+

Returns

TRUE on success (if the given secret name was a valid property of this setting, and if that property is secret), FALSE if not

@@ -1000,7 +976,7 @@ nm_setting_set_secret_flags (NMSettingSecretFlags describing how to handle that secret.

-

Parameters

+

Parameters

@@ -1032,7 +1008,7 @@ handle that secret.

-

Returns

+

Returns

TRUE on success (if the given secret name was a valid property of this setting, and if that property is secret), FALSE if not

@@ -1045,7 +1021,7 @@ nm_setting_get_virtual_iface_name (Returns the name of the virtual kernel interface which the connection needs to use if specified in the settings.

-

Parameters

+

Parameters

@@ -1060,7 +1036,7 @@ needs to use if specified in the settings.

-

Returns

+

Returns

Name of the virtual interface or NULL if the setting does not support this feature

@@ -1072,7 +1048,7 @@ support this feature

enum NMSettingError

Describes errors that may result from operations involving a NMSetting.

-

Members

+

Members

@@ -1124,6 +1100,30 @@ support this feature


+

NM_SETTING_PARAM_SERIALIZE

+
#define NM_SETTING_PARAM_SERIALIZE    (1 << (0 + G_PARAM_USER_SHIFT))
+
+
+
+
+

NM_SETTING_PARAM_REQUIRED

+
#define NM_SETTING_PARAM_REQUIRED     (1 << (1 + G_PARAM_USER_SHIFT))
+
+
+
+
+

NM_SETTING_PARAM_SECRET

+
#define NM_SETTING_PARAM_SECRET       (1 << (2 + G_PARAM_USER_SHIFT))
+
+
+
+
+

NM_SETTING_PARAM_FUZZY_IGNORE

+
#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT))
+
+
+
+

NM_SETTING_NAME

#define NM_SETTING_NAME "name"
 
@@ -1135,7 +1135,7 @@ support this feature

secret has a corresponding set of these flags which indicate how the secret is to be stored and/or requested when it is needed.

-

Members

+

Members

@@ -1188,7 +1188,7 @@ secret is not required

These flags modify the comparison behavior when comparing two settings or two connections.

-

Members

+

Members

@@ -1295,7 +1295,7 @@ It should only be accessed through the functions described below.

These flags determine which properties are added to the resulting hash when calling nm_setting_to_hash().

-

Members

+

Members

@@ -1333,7 +1333,7 @@ when calling

enum NMSettingDiffResult

These values indicate the result of a setting difference operation.

-

Members

+

Members

@@ -1399,6 +1399,6 @@ example "ppp" or "wireless" or "wired".

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