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/html/NMSetting.html | 124 ++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 62 deletions(-) (limited to 'docs/libnm/html/NMSetting.html') diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index 09859dd6..7f6aae2d 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -8,7 +8,7 @@ - + @@ -42,18 +42,6 @@ -#define -NM_SETTING_PARAM_REQUIRED - - -#define -NM_SETTING_PARAM_SECRET - - -#define -NM_SETTING_PARAM_FUZZY_IGNORE - - gboolean @@ -192,6 +180,18 @@ #define +NM_SETTING_PARAM_REQUIRED + + +#define +NM_SETTING_PARAM_SECRET + + +#define +NM_SETTING_PARAM_FUZZY_IGNORE + + +#define NM_SETTING_NAME @@ -270,24 +270,6 @@ of properties and allowed values.

Functions

-

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,
@@ -295,7 +277,7 @@ of properties and allowed values.

NMSettingSecretFlags flags, gpointer user_data);
-

Parameters

+

Parameters

@@ -327,7 +309,7 @@ of properties and allowed values.

-

Returns

+

Returns

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

@@ -341,7 +323,7 @@ of properties and allowed values.

GParamFlags flags, gpointer user_data);
-

Parameters

+

Parameters

@@ -386,7 +368,7 @@ of properties and allowed values.

nm_setting_lookup_type (const char *name);

Returns the GType of the setting's class for a given setting name.

-

Parameters

+

Parameters

@@ -401,7 +383,7 @@ nm_setting_lookup_type (const cha
-

Returns

+

Returns

the GType of the setting's class, or G_TYPE_INVALID if name is not recognized.

@@ -414,7 +396,7 @@ is not recognized.

nm_setting_duplicate (NMSetting *setting);

Duplicates a NMSetting.

-

Parameters

+

Parameters

@@ -429,7 +411,7 @@ nm_setting_duplicate ( -

Returns

+

Returns

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

[transfer full]

@@ -442,7 +424,7 @@ source NMSetting *setting
);

Returns the type name of the NMSetting object

-

Parameters

+

Parameters

@@ -457,7 +439,7 @@ nm_setting_get_name ( -

Returns

+

Returns

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

@@ -475,7 +457,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

@@ -505,7 +487,7 @@ is being verified in isolation.

-

Returns

+

Returns

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

@@ -522,7 +504,7 @@ failed validation, and in what way that secret failed validation. The secret validation is done separately from main setting validation, because in some cases connection failure is not desired just for the secrets.

-

Parameters

+

Parameters

@@ -552,7 +534,7 @@ is being verified in isolation.

-

Returns

+

Returns

TRUE if the setting secrets are valid, FALSE if they are not

Since: 1.2

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

-

Parameters

+

Parameters

@@ -595,7 +577,7 @@ for a description of each flag's behavior.

-

Returns

+

Returns

TRUE if the comparison succeeds, FALSE if it does not

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

-

Parameters

+

Parameters

@@ -657,7 +639,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

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

-

Parameters

+

Parameters

@@ -708,7 +690,7 @@ nm_setting_to_string ( -

Parameters

+

Parameters

@@ -723,7 +705,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()

@@ -740,7 +722,7 @@ nm_setting_get_secret_flags (NMSettingSecretFlags describing how to handle that secret.

-

Parameters

+

Parameters

@@ -772,7 +754,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

@@ -788,7 +770,7 @@ nm_setting_set_secret_flags (NMSettingSecretFlags describing how to handle that secret.

-

Parameters

+

Parameters

@@ -820,7 +802,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

@@ -835,7 +817,7 @@ nm_setting_get_dbus_property_type (GObject property.

-

Parameters

+

Parameters

@@ -858,7 +840,7 @@ to get the type of

-

Returns

+

Returns

the D-Bus marshalling type of property on setting .

@@ -868,6 +850,24 @@ on setting

Types and Values

+

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"
 
@@ -879,7 +879,7 @@ on setting 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

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

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

-

Members

+

Members

@@ -1038,7 +1038,7 @@ two connections.

enum NMSettingMacRandomization

Controls if and how the MAC address of a device is randomzied.

-

Members

+

Members

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

enum NMSettingDiffResult

These values indicate the result of a setting difference operation.

-

Members

+

Members

@@ -1150,6 +1150,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