From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm-util/html/NMConnection.html | 394 ++++++++++++++++----------------- 1 file changed, 197 insertions(+), 197 deletions(-) (limited to 'docs/libnm-util/html/NMConnection.html') diff --git a/docs/libnm-util/html/NMConnection.html b/docs/libnm-util/html/NMConnection.html index eb8a18c0..40207970 100644 --- a/docs/libnm-util/html/NMConnection.html +++ b/docs/libnm-util/html/NMConnection.html @@ -3,7 +3,7 @@ NMConnection: libnm-util Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@
-GQuark +GQuark nm_connection_error_quark () @@ -116,7 +116,7 @@
-gboolean +gboolean nm_connection_replace_settings () @@ -124,7 +124,7 @@
-gboolean +gboolean nm_connection_replace_settings_from_connection () @@ -132,7 +132,7 @@
-gboolean +gboolean nm_connection_compare () @@ -140,7 +140,7 @@
-gboolean +gboolean nm_connection_diff () @@ -148,7 +148,7 @@
-gboolean +gboolean nm_connection_verify () @@ -156,7 +156,7 @@
-gboolean +gboolean nm_connection_normalize () @@ -187,7 +187,7 @@
-gboolean +gboolean nm_connection_update_secrets () @@ -224,7 +224,7 @@
-gboolean +gboolean nm_connection_is_type () @@ -240,7 +240,7 @@
-GHashTable * +GHashTable * nm_connection_to_hash () @@ -256,7 +256,7 @@
-GType +GType nm_connection_lookup_setting_type () @@ -264,7 +264,7 @@
-GType +GType nm_connection_lookup_setting_type_by_quark () @@ -512,7 +512,7 @@

Properties

-
+
@@ -520,7 +520,7 @@ +gchar * @@ -528,7 +528,7 @@

Signals

-
-gchar * path Read / Write / Construct
+
@@ -538,24 +538,24 @@ - + - + - +
void changedRun FirstRun First
void secrets-clearedRun FirstRun First
void secrets-updatedRun FirstRun First

Types and Values

-
+
@@ -600,7 +600,7 @@

Object Hierarchy

    GEnum
     ╰── NMConnectionError
-    GObject
+    GObject
     ╰── NMConnection
 
@@ -627,7 +627,7 @@ parameters (MTU, SSID, APN, channel, rate, etc) and IP-level parameters

Functions

nm_connection_error_quark ()

-
GQuark
+
GQuark
 nm_connection_error_quark (void);

Registers an error quark for NMConnection if necessary.

@@ -650,13 +650,13 @@ nm_connection_new (void

nm_connection_new_from_hash ()

NMConnection *
-nm_connection_new_from_hash (GHashTable *hash,
-                             GError **error);
+nm_connection_new_from_hash (GHashTable *hash, + GError **error);

Creates a new NMConnection from a hash table describing the connection. See nm_connection_to_hash() for a description of the expected hash table.

Parameters

-
+
@@ -665,7 +665,7 @@ nm_connection_new_from_hash (

hash

-
@@ -680,7 +680,7 @@ the connection.

Returns

the new NMConnection object, populated with settings created -from the values in the hash table, or NULL if the connection failed to +from the values in the hash table, or NULL if the connection failed to validate

@@ -692,7 +692,7 @@ nm_connection_duplicate (NMConnection.

Parameters

-

the GHashTable describing +

the GHashTable describing the connection.

[element-type utf8 GLib.HashTable]
+
@@ -720,7 +720,7 @@ nm_connection_create_setting (const NMSetting object of the desired type, given a setting name.

Parameters

-
+
@@ -735,7 +735,7 @@ nm_connection_create_setting (const

Returns

-

the new setting object, or NULL if the setting name was unknown.

+

the new setting object, or NULL if the setting name was unknown.

[transfer full]

@@ -751,7 +751,7 @@ connection takes ownership of the

Parameters

-
+
@@ -777,12 +777,12 @@ the setting object's reference count.

nm_connection_remove_setting ()

void
 nm_connection_remove_setting (NMConnection *connection,
-                              GType setting_type);
-

Removes the NMSetting with the given GType from the NMConnection. This + GType setting_type); +

Removes the NMSetting with the given GType from the NMConnection. This operation dereferences the NMSetting object.

Parameters

-
+
@@ -796,7 +796,7 @@ operation dereferences the

setting_type

-
+ @@ -808,12 +808,12 @@ operation dereferences the

nm_connection_get_setting ()

NMSetting *
 nm_connection_get_setting (NMConnection *connection,
-                           GType setting_type);
-

Gets the NMSetting with the given GType, if one has been previously added + GType setting_type); +

Gets the NMSetting with the given GType, if one has been previously added to the NMConnection.

Parameters

-

the GType of the setting object to remove

the GType of the setting object to remove

 
+
@@ -827,7 +827,7 @@ to the - + @@ -835,7 +835,7 @@ to the

Returns

-

the NMSetting, or NULL if no setting of that type was previously +

the NMSetting, or NULL if no setting of that type was previously added to the NMConnection.

[transfer none]

@@ -850,7 +850,7 @@ nm_connection_get_setting_by_name (NMConnection.

Parameters

-

setting_type

the GType of the setting object to return

the GType of the setting object to return

 
+
@@ -872,7 +872,7 @@ the

Returns

-

the NMSetting, or NULL if no setting with that name was previously +

the NMSetting, or NULL if no setting with that name was previously added to the NMConnection.

[transfer none]

@@ -880,13 +880,13 @@ added to the

nm_connection_replace_settings ()

-
gboolean
+
gboolean
 nm_connection_replace_settings (NMConnection *connection,
-                                GHashTable *new_settings,
-                                GError **error);
+ GHashTable *new_settings, + GError **error);

Parameters

-
+
@@ -900,12 +900,12 @@ nm_connection_replace_settings ( - + - + @@ -913,25 +913,25 @@ nm_connection_replace_settings (

Returns

-

TRUE if the settings were valid and added to the connection, FALSE +

TRUE if the settings were valid and added to the connection, FALSE if they were not


nm_connection_replace_settings_from_connection ()

-
gboolean
+
gboolean
 nm_connection_replace_settings_from_connection
                                (NMConnection *connection,
                                 NMConnection *new_connection,
-                                GError **error);
+ GError **error);

Deep-copies the settings of new_conenction and replaces the settings of connection with the copied settings.

Parameters

-

new_settings

a GHashTable of settings.

a GHashTable of settings.

[element-type utf8 GLib.HashTable]

error

location to store error, or NULL

location to store error, or NULL

 
+
@@ -951,7 +951,7 @@ with

- + @@ -959,9 +959,9 @@ with

Returns

-

TRUE if the settings were valid after replacing the connection, FALSE -if they were not. Regardless of whether TRUE or FALSE is returned, the connection -is successfully replaced. FALSE only means, that the connection does not verify +

TRUE if the settings were valid after replacing the connection, FALSE +if they were not. Regardless of whether TRUE or FALSE is returned, the connection +is successfully replaced. FALSE only means, that the connection does not verify at the end of the operation.

Since: 0.9.10

@@ -969,7 +969,7 @@ at the end of the operation.


nm_connection_compare ()

-
gboolean
+
gboolean
 nm_connection_compare (NMConnection *a,
                        NMConnection *b,
                        NMSettingCompareFlags flags);
@@ -978,7 +978,7 @@ modified by a set of flags. See

Parameters

-

error

location to store error, or NULL

location to store error, or NULL

 
+
@@ -1005,17 +1005,17 @@ each flag's behavior.

Returns

-

TRUE if the comparison succeeds, FALSE if it does not

+

TRUE if the comparison succeeds, FALSE if it does not


nm_connection_diff ()

-
gboolean
+
gboolean
 nm_connection_diff (NMConnection *a,
                     NMConnection *b,
                     NMSettingCompareFlags flags,
-                    GHashTable **out_settings);
+ GHashTable **out_settings);

Compares two NMConnection objects for similarity, with comparison behavior modified by a set of flags. See nm_setting_compare() for a description of each flag's behavior. If the connections differ, settings and keys within @@ -1024,7 +1024,7 @@ each setting that differ are added to the returned o No values are returned, only key names.

Parameters

-
+
@@ -1059,16 +1059,16 @@ differ mapped to one or more of

Returns

-

TRUE if the connections contain the same values, FALSE if they do +

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


nm_connection_verify ()

-
gboolean
+
gboolean
 nm_connection_verify (NMConnection *connection,
-                      GError **error);
+ GError **error);

Validates the connection and all its settings. Each setting's properties have allowed values, and some values are dependent on other values. For example, if a Wi-Fi connection is security enabled, the NMSettingWireless @@ -1076,11 +1076,11 @@ setting object's 'security' property must contain the setting name of the NMSettingWirelessSecurity object, which must also be present in the connection for the connection to be valid. As another example, the NMSettingWired object's 'mac-address' property must be a validly formatted -MAC address. The returned GError contains information about which +MAC address. The returned GError contains information about which setting and which property failed validation, and how it failed validation.

Parameters

-
+
@@ -1094,7 +1094,7 @@ setting and which property failed validation, and how it failed validation.

- + @@ -1102,28 +1102,28 @@ setting and which property failed validation, and how it failed validation.

Returns

-

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

+

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


nm_connection_normalize ()

-
gboolean
+
gboolean
 nm_connection_normalize (NMConnection *connection,
-                         GHashTable *parameters,
-                         gboolean *modified,
-                         GError **error);
+ GHashTable *parameters, + gboolean *modified, + GError **error);

Does some basic normalization and fixup of well known inconsistencies and deprecated fields. If the connection was modified in any way, the output parameter modified - is set TRUE.

-

Finally the connection will be verified and TRUE returns if the connection + is set TRUE.

+

Finally the connection will be verified and TRUE returns if the connection is valid. As this function only performs some specific normalization steps it cannot repair all connections. If the connection has errors that cannot be normalized, the connection will not be modified.

Parameters

-

error

location to store error, or NULL

location to store error, or NULL

 
+
@@ -1137,10 +1137,10 @@ cannot be normalized, the connection will not be modified.

- @@ -1151,7 +1151,7 @@ The values are opaque and depend on the parameter name.

- @@ -1160,7 +1160,7 @@ why the connection is invalid, if the function returns an error.

Returns

-

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

+

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

Since: 1.0

@@ -1169,7 +1169,7 @@ why the connection is invalid, if the function returns an error.

nm_connection_need_secrets ()

const char *
 nm_connection_need_secrets (NMConnection *connection,
-                            GPtrArray **hints);
+ GPtrArray **hints);

Returns the name of the first setting object in the connection which would need secrets to make a successful connection. The returned hints are only intended as a guide to what secrets may be required, because in some @@ -1177,7 +1177,7 @@ circumstances, there is no way to conclusively determine exactly which secrets are needed.

Parameters

-

parameters

a GHashTable with +

a GHashTable with normalization parameters to allow customization of the normalization by providing specific arguments. Unknown arguments will be ignored and the default will be -used. The keys must be strings, hashed by g_str_hash() and g_str_equal() functions. +used. The keys must be strings, hashed by g_str_hash() and g_str_equal() functions. The values are opaque and depend on the parameter name.

[allow-none][element-type utf8 gpointer]

error

location to store error, or NULL. Contains the reason, +

location to store error, or NULL. Contains the reason, why the connection is invalid, if the function returns an error.

 
+
@@ -1191,10 +1191,10 @@ secrets are needed.

- @@ -1216,7 +1216,7 @@ nm_connection_clear_secrets (

Parameters

-

hints

the address of a pointer to a GPtrArray, initialized to NULL, which on -return points to an allocated GPtrArray containing the property names of +

the address of a pointer to a GPtrArray, initialized to NULL, which on +return points to an allocated GPtrArray containing the property names of secrets of the NMSetting which may be required; the caller owns the array -and must free the array itself with g_ptr_array_free(), but not free its +and must free the array itself with g_ptr_array_free(), but not free its elements.

[out][element-type utf8][allow-none][transfer container]
+
@@ -1237,12 +1237,12 @@ keeping secret data in memory when not needed.

nm_connection_clear_secrets_with_flags (NMConnection *connection, NMSettingClearSecretsWithFlagsFn func, - gpointer user_data); + gpointer user_data);

Clears and frees secrets determined by func .

Parameters

-
+
@@ -1273,22 +1273,22 @@ specific secret should be cleared or not.


nm_connection_update_secrets ()

-
gboolean
+
gboolean
 nm_connection_update_secrets (NMConnection *connection,
                               const char *setting_name,
-                              GHashTable *secrets,
-                              GError **error);
+ GHashTable *secrets, + GError **error);

Update the specified setting's secrets, given a hash table of secrets intended for that setting (deserialized from D-Bus for example). Will also extract the given setting's secrets hash if given a hash of hashes, as would be returned from nm_connection_to_hash(). If setting_name - is NULL, expects + is NULL, expects a fully serialized NMConnection as returned by nm_connection_to_hash() and will update all secrets from all settings contained in secrets .

Parameters

-
+
@@ -1307,14 +1307,14 @@ will update all secrets from all settings contained in - - + @@ -1322,7 +1322,7 @@ string:

Returns

-

TRUE if the secrets were successfully updated, FALSE if the update +

TRUE if the secrets were successfully updated, FALSE if the update failed (tried to update secrets for a setting that doesn't exist, etc)

@@ -1337,7 +1337,7 @@ is only for the reference of the caller. Sets the

Parameters

-

secrets

a GHashTable mapping -string:GValue of setting property names and secrets of the given setting_name +

a GHashTable mapping +string:GValue of setting property names and secrets of the given setting_name .

[element-type utf8 GObject.Value]

error

location to store error, or NULL

location to store error, or NULL

 
+
@@ -1367,7 +1367,7 @@ nm_connection_get_path (

Parameters

-
+
@@ -1394,10 +1394,10 @@ nm_connection_get_virtual_iface_name (NULL.

+connection types, this function will return NULL.

Parameters

-
+
@@ -1412,7 +1412,7 @@ connection types, this function will return

Returns

-

Name of the kernel interface or NULL

+

Name of the kernel interface or NULL


@@ -1421,13 +1421,13 @@ connection types, this function will return const char * nm_connection_get_interface_name (NMConnection *connection);

Returns the interface name as stored in NMSettingConnection:interface_name. -If the connection contains no NMSettingConnection, it will return NULL.

+If the connection contains no NMSettingConnection, it will return NULL.

For hardware devices and software devices created outside of NetworkManager, this name is used to match the device. for software devices created by NetworkManager, this is the name of the created interface.

Parameters

-
+
@@ -1442,14 +1442,14 @@ NetworkManager, this is the name of the created interface.

Returns

-

Name of the kernel interface or NULL

+

Name of the kernel interface or NULL

Since: 1.0


nm_connection_is_type ()

-
gboolean
+
gboolean
 nm_connection_is_type (NMConnection *connection,
                        const char *type);

A convenience function to check if the given connection @@ -1459,7 +1459,7 @@ property of the connection and matches that against .

Parameters

-
+
@@ -1482,8 +1482,8 @@ property of the connection and matches that against

Returns

-

TRUE if the connection is of the given type -, FALSE if not

+

TRUE if the connection is of the given type +, FALSE if not


@@ -1492,12 +1492,12 @@ property of the connection and matches that against
void
 nm_connection_for_each_setting_value (NMConnection *connection,
                                       NMSettingValueIterFn func,
-                                      gpointer user_data);
+ gpointer user_data);

Iterates over the properties of each NMSetting object in the NMConnection, calling the supplied user function for each property.

Parameters

-
+
@@ -1527,18 +1527,18 @@ at each invocation


nm_connection_to_hash ()

-
GHashTable *
+
GHashTable *
 nm_connection_to_hash (NMConnection *connection,
                        NMSettingHashFlags flags);
-

Converts the NMConnection into a GHashTable describing the connection, +

Converts the NMConnection into a GHashTable describing the connection, suitable for marshalling over D-Bus or serializing. The hash table mapping -is string:GHashTable with each element in the returned hash representing +is string:GHashTable with each element in the returned hash representing a NMSetting object. The keys are setting object names, and the values -are GHashTables mapping string:GValue, each of which represents the +are GHashTables mapping string:GValue, each of which represents the properties of the NMSetting object.

Parameters

-
+
@@ -1561,9 +1561,9 @@ properties of the

Returns

a new -GHashTable describing the connection, its settings, and each setting's +GHashTable describing the connection, its settings, and each setting's properties. The caller owns the hash table and must unref the hash table -with g_hash_table_unref() when it is no longer needed.

+with g_hash_table_unref() when it is no longer needed.

[transfer full][element-type utf8 GLib.HashTable]

@@ -1577,7 +1577,7 @@ be used for serialization of the connection or machine-parsed in any way. The output format is not guaranteed to be stable and may change at any time.

Parameters

-
+
@@ -1594,12 +1594,12 @@ output format is not guaranteed to be stable and may change at any time.


nm_connection_lookup_setting_type ()

-
GType
+
GType
 nm_connection_lookup_setting_type (const char *name);
-

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

+

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

Parameters

-
+
@@ -1614,20 +1614,20 @@ nm_connection_lookup_setting_type (const

Returns

-

the GType of the setting's class

+

the GType of the setting's class


nm_connection_lookup_setting_type_by_quark ()

-
GType
+
GType
 nm_connection_lookup_setting_type_by_quark
-                               (GQuark error_quark);
-

Returns the GType of the setting's class for a given setting error quark. + (GQuark error_quark);

+

Returns the GType of the setting's class for a given setting error quark. Useful for figuring out which setting a returned error is for.

Parameters

-
+
@@ -1642,7 +1642,7 @@ Useful for figuring out which setting a returned error is for.

Returns

-

the GType of the setting's class

+

the GType of the setting's class


@@ -1653,7 +1653,7 @@ nm_connection_get_uuid (NMSettingConnection.

Parameters

-
+
@@ -1679,7 +1679,7 @@ nm_connection_get_id (NMSettingConnection.

Parameters

-
+
@@ -1705,7 +1705,7 @@ nm_connection_get_connection_type (A shortcut to return the type from the connection's NMSettingConnection.

Parameters

-
+
@@ -1730,13 +1730,13 @@ nm_connection_get_connection_type (char * nm_connection_get_virtual_device_description (NMConnection *connection); -

Returns the name that nm_device_disambiguate_names() would +

Returns the name that nm_device_disambiguate_names() would return for the virtual device that would be created for connection . Eg, "VLAN (eth1.1)".

Parameters

-
+
@@ -1753,7 +1753,7 @@ Eg, "VLAN (eth1.1)".

Returns

the name of connection 's device, -or NULL if connection +or NULL if connection is not a virtual connection type.

[transfer full]

@@ -1767,7 +1767,7 @@ nm_connection_get_setting_802_1x (A shortcut to return any NMSetting8021x the connection might contain.

Parameters

-
+
@@ -1782,7 +1782,7 @@ nm_connection_get_setting_802_1x (

Returns

-

an NMSetting8021x if the connection contains one, otherwise NULL.

+

an NMSetting8021x if the connection contains one, otherwise NULL.

[transfer none]

@@ -1794,7 +1794,7 @@ nm_connection_get_setting_bluetooth (A shortcut to return any NMSettingBluetooth the connection might contain.

Parameters

-
+
@@ -1809,7 +1809,7 @@ nm_connection_get_setting_bluetooth (

Returns

-

an NMSettingBluetooth if the connection contains one, otherwise NULL.

+

an NMSettingBluetooth if the connection contains one, otherwise NULL.

[transfer none]

@@ -1821,7 +1821,7 @@ nm_connection_get_setting_bond (A shortcut to return any NMSettingBond the connection might contain.

Parameters

-
+
@@ -1836,7 +1836,7 @@ nm_connection_get_setting_bond (

Returns

-

an NMSettingBond if the connection contains one, otherwise NULL.

+

an NMSettingBond if the connection contains one, otherwise NULL.

[transfer none]

@@ -1848,7 +1848,7 @@ nm_connection_get_setting_team (A shortcut to return any NMSettingTeam the connection might contain.

Parameters

-
+
@@ -1863,7 +1863,7 @@ nm_connection_get_setting_team (

Returns

-

an NMSettingTeam if the connection contains one, otherwise NULL.

+

an NMSettingTeam if the connection contains one, otherwise NULL.

[transfer none]

Since: 0.9.10

@@ -1876,7 +1876,7 @@ nm_connection_get_setting_team_port (A shortcut to return any NMSettingTeamPort the connection might contain.

Parameters

-
+
@@ -1891,7 +1891,7 @@ nm_connection_get_setting_team_port (

Returns

-

an NMSettingTeamPort if the connection contains one, otherwise NULL.

+

an NMSettingTeamPort if the connection contains one, otherwise NULL.

[transfer none]

Since: 0.9.10

@@ -1904,7 +1904,7 @@ nm_connection_get_setting_bridge (A shortcut to return any NMSettingBridge the connection might contain.

Parameters

-
+
@@ -1919,7 +1919,7 @@ nm_connection_get_setting_bridge (

Returns

-

an NMSettingBridge if the connection contains one, otherwise NULL.

+

an NMSettingBridge if the connection contains one, otherwise NULL.

[transfer none]

@@ -1931,7 +1931,7 @@ nm_connection_get_setting_bridge_port (NMSettingBridgePort the connection might contain.

Parameters

-
+
@@ -1946,7 +1946,7 @@ nm_connection_get_setting_bridge_port (

Returns

-

an NMSettingBridgePort if the connection contains one, otherwise NULL.

+

an NMSettingBridgePort if the connection contains one, otherwise NULL.

[transfer none]

@@ -1958,7 +1958,7 @@ nm_connection_get_setting_cdma (A shortcut to return any NMSettingCdma the connection might contain.

Parameters

-
+
@@ -1973,7 +1973,7 @@ nm_connection_get_setting_cdma (

Returns

-

an NMSettingCdma if the connection contains one, otherwise NULL.

+

an NMSettingCdma if the connection contains one, otherwise NULL.

[transfer none]

@@ -1985,7 +1985,7 @@ nm_connection_get_setting_connection (NMSettingConnection the connection might contain.

Parameters

-
+
@@ -2000,7 +2000,7 @@ nm_connection_get_setting_connection (

Returns

-

an NMSettingConnection if the connection contains one, otherwise NULL.

+

an NMSettingConnection if the connection contains one, otherwise NULL.

[transfer none]

@@ -2012,7 +2012,7 @@ nm_connection_get_setting_dcb (A shortcut to return any NMSettingDcb the connection might contain.

Parameters

-
+
@@ -2040,7 +2040,7 @@ nm_connection_get_setting_generic (A shortcut to return any NMSettingGeneric the connection might contain.

Parameters

-
+
@@ -2068,7 +2068,7 @@ nm_connection_get_setting_gsm (A shortcut to return any NMSettingGsm the connection might contain.

Parameters

-
+
@@ -2083,7 +2083,7 @@ nm_connection_get_setting_gsm (

Returns

-

an NMSettingGsm if the connection contains one, otherwise NULL.

+

an NMSettingGsm if the connection contains one, otherwise NULL.

[transfer none]

@@ -2095,7 +2095,7 @@ nm_connection_get_setting_infiniband (NMSettingInfiniband the connection might contain.

Parameters

-
+
@@ -2110,7 +2110,7 @@ nm_connection_get_setting_infiniband (

Returns

-

an NMSettingInfiniband if the connection contains one, otherwise NULL.

+

an NMSettingInfiniband if the connection contains one, otherwise NULL.

[transfer none]

@@ -2122,7 +2122,7 @@ nm_connection_get_setting_ip4_config (NMSettingIP4Config the connection might contain.

Parameters

-
+
@@ -2137,7 +2137,7 @@ nm_connection_get_setting_ip4_config (

Returns

-

an NMSettingIP4Config if the connection contains one, otherwise NULL.

+

an NMSettingIP4Config if the connection contains one, otherwise NULL.

[transfer none]

@@ -2149,7 +2149,7 @@ nm_connection_get_setting_ip6_config (NMSettingIP6Config the connection might contain.

Parameters

-
+
@@ -2164,7 +2164,7 @@ nm_connection_get_setting_ip6_config (

Returns

-

an NMSettingIP6Config if the connection contains one, otherwise NULL.

+

an NMSettingIP6Config if the connection contains one, otherwise NULL.

[transfer none]

@@ -2176,7 +2176,7 @@ nm_connection_get_setting_olpc_mesh (A shortcut to return any NMSettingOlpcMesh the connection might contain.

Parameters

-
+
@@ -2191,7 +2191,7 @@ nm_connection_get_setting_olpc_mesh (

Returns

-

an NMSettingOlpcMesh if the connection contains one, otherwise NULL.

+

an NMSettingOlpcMesh if the connection contains one, otherwise NULL.

[transfer none]

@@ -2203,7 +2203,7 @@ nm_connection_get_setting_ppp (A shortcut to return any NMSettingPPP the connection might contain.

Parameters

-
+
@@ -2218,7 +2218,7 @@ nm_connection_get_setting_ppp (

Returns

-

an NMSettingPPP if the connection contains one, otherwise NULL.

+

an NMSettingPPP if the connection contains one, otherwise NULL.

[transfer none]

@@ -2230,7 +2230,7 @@ nm_connection_get_setting_pppoe (A shortcut to return any NMSettingPPPOE the connection might contain.

Parameters

-
+
@@ -2245,7 +2245,7 @@ nm_connection_get_setting_pppoe (

Returns

-

an NMSettingPPPOE if the connection contains one, otherwise NULL.

+

an NMSettingPPPOE if the connection contains one, otherwise NULL.

[transfer none]

@@ -2257,7 +2257,7 @@ nm_connection_get_setting_serial (A shortcut to return any NMSettingSerial the connection might contain.

Parameters

-
+
@@ -2272,7 +2272,7 @@ nm_connection_get_setting_serial (

Returns

-

an NMSettingSerial if the connection contains one, otherwise NULL.

+

an NMSettingSerial if the connection contains one, otherwise NULL.

[transfer none]

@@ -2284,7 +2284,7 @@ nm_connection_get_setting_vpn (A shortcut to return any NMSettingVPN the connection might contain.

Parameters

-
+
@@ -2299,7 +2299,7 @@ nm_connection_get_setting_vpn (

Returns

-

an NMSettingVPN if the connection contains one, otherwise NULL.

+

an NMSettingVPN if the connection contains one, otherwise NULL.

[transfer none]

@@ -2311,7 +2311,7 @@ nm_connection_get_setting_wimax (A shortcut to return any NMSettingWimax the connection might contain.

Parameters

-
+
@@ -2326,7 +2326,7 @@ nm_connection_get_setting_wimax (

Returns

-

an NMSettingWimax if the connection contains one, otherwise NULL.

+

an NMSettingWimax if the connection contains one, otherwise NULL.

[transfer none]

@@ -2338,7 +2338,7 @@ nm_connection_get_setting_adsl (A shortcut to return any NMSettingAdsl the connection might contain.

Parameters

-
+
@@ -2353,7 +2353,7 @@ nm_connection_get_setting_adsl (

Returns

-

an NMSettingAdsl if the connection contains one, otherwise NULL.

+

an NMSettingAdsl if the connection contains one, otherwise NULL.

[transfer none]

@@ -2365,7 +2365,7 @@ nm_connection_get_setting_wired (A shortcut to return any NMSettingWired the connection might contain.

Parameters

-
+
@@ -2380,7 +2380,7 @@ nm_connection_get_setting_wired (

Returns

-

an NMSettingWired if the connection contains one, otherwise NULL.

+

an NMSettingWired if the connection contains one, otherwise NULL.

[transfer none]

@@ -2392,7 +2392,7 @@ nm_connection_get_setting_wireless (A shortcut to return any NMSettingWireless the connection might contain.

Parameters

-
+
@@ -2407,7 +2407,7 @@ nm_connection_get_setting_wireless (

Returns

-

an NMSettingWireless if the connection contains one, otherwise NULL.

+

an NMSettingWireless if the connection contains one, otherwise NULL.

[transfer none]

@@ -2420,7 +2420,7 @@ nm_connection_get_setting_wireless_security

A shortcut to return any NMSettingWirelessSecurity the connection might contain.

Parameters

-
+
@@ -2435,7 +2435,7 @@ nm_connection_get_setting_wireless_security

Returns

-

an NMSettingWirelessSecurity if the connection contains one, otherwise NULL.

+

an NMSettingWirelessSecurity if the connection contains one, otherwise NULL.

[transfer none]

@@ -2447,7 +2447,7 @@ nm_connection_get_setting_vlan (A shortcut to return any NMSettingVlan the connection might contain.

Parameters

-
+
@@ -2462,7 +2462,7 @@ nm_connection_get_setting_vlan (

Returns

-

an NMSettingVlan if the connection contains one, otherwise NULL.

+

an NMSettingVlan if the connection contains one, otherwise NULL.

[transfer none]

@@ -2498,7 +2498,7 @@ nm_connection_get_setting_vlan (Describes errors that may result from operations involving a NMConnection.

Members

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

Property Details

The “path” property

-
  “path”                     gchar *
+
  “path”                     gchar *

The connection's D-Bus path, used only by the calling process as a record of the D-Bus path of the connection as provided by a settings service.

Flags: Read / Write / Construct

@@ -2588,13 +2588,13 @@ of the D-Bus path of the connection as provided by a settings service.

The “changed” signal

void
 user_function (NMConnection *connection,
-               gpointer      user_data)
+ gpointer user_data)

The ::changed signal is emitted when any property of any property (including secrets) of any setting of the connection is modified, or when settings are added or removed.

Parameters

-
+
@@ -2614,7 +2614,7 @@ or when settings are added or removed.

-

Flags: Run First

+

Flags: Run First

Since: 0.9.10


@@ -2622,12 +2622,12 @@ or when settings are added or removed.

The “secrets-cleared” signal

void
 user_function (NMConnection *connection,
-               gpointer      user_data)
+ gpointer user_data)

The ::secrets-cleared signal is emitted when the secrets of a connection are cleared.

Parameters

-
+
@@ -2647,20 +2647,20 @@ are cleared.

-

Flags: Run First

+

Flags: Run First


The “secrets-updated” signal

void
 user_function (NMConnection *connection,
-               gchar        *setting_name,
-               gpointer      user_data)
+ gchar *setting_name, + gpointer user_data)

The ::secrets-updated signal is emitted when the secrets of a setting have been changed.

Parameters

-
+
@@ -2686,7 +2686,7 @@ updated

-

Flags: Run First

+

Flags: Run First

-- cgit 1.3.0-6-gf8a5