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/html/NMConnection.html | 332 +++++++++++++++++++------------------- 1 file changed, 166 insertions(+), 166 deletions(-) (limited to 'docs/libnm/html/NMConnection.html') diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index 06e33b13..efa99d86 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -3,7 +3,7 @@ NMConnection: libnm Reference Manual - + @@ -34,7 +34,7 @@

Functions

-
+
@@ -74,7 +74,7 @@
-GVariant * +GVariant * nm_connection_to_dbus () @@ -82,7 +82,7 @@
-gboolean +gboolean nm_connection_replace_settings () @@ -106,7 +106,7 @@
-gboolean +gboolean nm_connection_compare () @@ -114,7 +114,7 @@
-gboolean +gboolean nm_connection_diff () @@ -122,7 +122,7 @@
-gboolean +gboolean nm_connection_verify () @@ -130,7 +130,7 @@
-gboolean +gboolean nm_connection_verify_secrets () @@ -138,7 +138,7 @@
-gboolean +gboolean nm_connection_normalize () @@ -169,7 +169,7 @@
-gboolean +gboolean nm_connection_update_secrets () @@ -199,7 +199,7 @@
-gboolean +gboolean nm_connection_is_type () @@ -244,7 +244,7 @@
-gboolean +gboolean nm_connection_is_virtual () @@ -503,7 +503,7 @@

Types and Values

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

Parameters

-
+
@@ -599,12 +599,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

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

setting_type

-
+ @@ -630,12 +630,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

 
+
@@ -649,7 +649,7 @@ to the - + @@ -657,7 +657,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]

@@ -672,7 +672,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

 
+
@@ -694,7 +694,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]

@@ -702,15 +702,15 @@ added to the

nm_connection_to_dbus ()

-
GVariant *
+
GVariant *
 nm_connection_to_dbus (NMConnection *connection,
                        NMConnectionSerializationFlags flags);
-

Converts the NMConnection into a GVariant of type +

Converts the NMConnection into a GVariant of type NM_VARIANT_TYPE_CONNECTION describing the connection, suitable for marshalling over D-Bus or otherwise serializing.

Parameters

-
+
@@ -732,7 +732,7 @@ marshalling over D-Bus or otherwise serializing.

Returns

-

a new floating GVariant describing the connection, +

a new floating GVariant describing the connection, its settings, and each setting's properties.

[transfer none]

@@ -740,10 +740,10 @@ its settings, and each setting's properties.


nm_connection_replace_settings ()

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

Replaces connection 's settings with new_settings (which must be @@ -751,7 +751,7 @@ syntactically valid, and describe a known type of connection, but does not need to result in a connection that passes nm_connection_verify()).

Parameters

-
+
@@ -765,12 +765,12 @@ need to result in a connection that passes

new_settings

-
+ - + @@ -778,7 +778,7 @@ need to result in a connection that passes

Returns

-

TRUE if connection was updated, FALSE if new_settings +

TRUE if connection was updated, FALSE if new_settings could not be deserialized (in which case connection will be unchanged).

@@ -797,7 +797,7 @@ nm_connection_replace_settings_from_connection with the copied settings.

Parameters

-

a GVariant of type NM_VARIANT_TYPE_CONNECTION, with the new settings

a GVariant of type NM_VARIANT_TYPE_CONNECTION, with the new settings

 

error

location to store error, or NULL

location to store error, or NULL

 
+
@@ -828,7 +828,7 @@ nm_connection_clear_settings (

Parameters

-
+
@@ -845,7 +845,7 @@ nm_connection_clear_settings (

nm_connection_compare ()

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

Parameters

-
+
@@ -881,17 +881,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 @@ -900,7 +900,7 @@ each setting that differ are added to the returned o No values are returned, only key names.

Parameters

-
+
@@ -935,16 +935,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 @@ -952,11 +952,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

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

- + @@ -978,19 +978,19 @@ 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_verify_secrets ()

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

Verifies the secrets in the connection.

Parameters

-

error

location to store error, or NULL

location to store error, or NULL

 
+
@@ -1004,7 +1004,7 @@ nm_connection_verify_secrets (

error

-
+ @@ -1012,29 +1012,29 @@ nm_connection_verify_secrets (

Returns

-

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

+

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

Since: 1.2


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

-

location to store error, or NULL

location to store error, or NULL

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

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

- @@ -1071,7 +1071,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


@@ -1079,7 +1079,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 @@ -1087,7 +1087,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.

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

- @@ -1126,7 +1126,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]
+
@@ -1147,12 +1147,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

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


nm_connection_update_secrets ()

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

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

Parameters

-
+
@@ -1217,13 +1217,13 @@ settings contained in secrets - - + @@ -1231,7 +1231,7 @@ or

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)

@@ -1242,11 +1242,11 @@ failed (tried to update secrets for a setting that doesn't exist, etc)

nm_connection_set_path (NMConnection *connection, const char *path);

Sets the D-Bus path of the connection. This property is not serialized, and -is only for the reference of the caller. Sets the “path” +is only for the reference of the caller. Sets the “path” property.

Parameters

-

secrets

a GVariant of secrets, of type NM_VARIANT_TYPE_CONNECTION +

a GVariant of secrets, of type NM_VARIANT_TYPE_CONNECTION or NM_VARIANT_TYPE_SETTING

 

error

location to store error, or NULL

location to store error, or NULL

 
+
@@ -1276,7 +1276,7 @@ nm_connection_get_path (

Parameters

-
+
@@ -1301,13 +1301,13 @@ nm_connection_get_path (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

-
+
@@ -1322,13 +1322,13 @@ NetworkManager, this is the name of the created interface.

Returns

-

Name of the kernel interface or NULL

+

Name of the kernel interface or NULL


nm_connection_is_type ()

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

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

Parameters

-
+
@@ -1361,8 +1361,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


@@ -1371,12 +1371,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

-
+
@@ -1413,7 +1413,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

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

Parameters

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

Parameters

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

Parameters

-
+
@@ -1508,14 +1508,14 @@ nm_connection_get_connection_type (

nm_connection_is_virtual ()

-
gboolean
+
gboolean
 nm_connection_is_virtual (NMConnection *connection);

Checks if connection refers to a virtual device (and thus can potentially be activated even if the device it refers to doesn't exist).

Parameters

-
+
@@ -1546,7 +1546,7 @@ return for the virtual device that would be created for

Parameters

-
+
@@ -1563,7 +1563,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]

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

Parameters

-
+
@@ -1591,7 +1591,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]

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

Parameters

-
+
@@ -1618,7 +1618,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]

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

Parameters

-
+
@@ -1645,7 +1645,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]

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

Parameters

-
+
@@ -1672,7 +1672,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]

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

Parameters

-
+
@@ -1699,7 +1699,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]

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

Parameters

-
+
@@ -1726,7 +1726,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]

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

Parameters

-
+
@@ -1753,7 +1753,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]

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

Parameters

-
+
@@ -1780,7 +1780,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]

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

Parameters

-
+
@@ -1807,7 +1807,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]

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

Parameters

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

Parameters

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

Parameters

-
+
@@ -1888,7 +1888,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]

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

Parameters

-
+
@@ -1915,7 +1915,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]

@@ -1927,7 +1927,7 @@ nm_connection_get_setting_ip_tunnel (A shortcut to return any NMSettingIPTunnel the connection might contain.

Parameters

-
+
@@ -1942,7 +1942,7 @@ nm_connection_get_setting_ip_tunnel (

Returns

-

an NMSettingIPTunnel if the connection contains one, otherwise NULL.

+

an NMSettingIPTunnel if the connection contains one, otherwise NULL.

[transfer none]

Since: 1.2

@@ -1958,7 +1958,7 @@ majority of IPv4-setting-related methods are on that type, not NMSettingIP4Config.

Parameters

-
+
@@ -1974,7 +1974,7 @@ majority of IPv4-setting-related methods are on that type, not

Returns

an NMSettingIP4Config if the -connection contains one, otherwise NULL.

+connection contains one, otherwise NULL.

[type NMSettingIP4Config][transfer none]

@@ -1989,7 +1989,7 @@ majority of IPv6-setting-related methods are on that type, not NMSettingIP6Config.

Parameters

-
+
@@ -2005,7 +2005,7 @@ majority of IPv6-setting-related methods are on that type, not

Returns

an NMSettingIP6Config if the -connection contains one, otherwise NULL.

+connection contains one, otherwise NULL.

[type NMSettingIP6Config][transfer none]

@@ -2017,7 +2017,7 @@ nm_connection_get_setting_macvlan (A shortcut to return any NMSettingMacvlan the connection might contain.

Parameters

-
+
@@ -2032,7 +2032,7 @@ nm_connection_get_setting_macvlan (

Returns

-

an NMSettingMacvlan if the connection contains one, otherwise NULL.

+

an NMSettingMacvlan if the connection contains one, otherwise NULL.

[transfer none]

Since: 1.2

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

Parameters

-
+
@@ -2060,7 +2060,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]

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

Parameters

-
+
@@ -2087,7 +2087,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]

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

Parameters

-
+
@@ -2114,7 +2114,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]

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

Parameters

-
+
@@ -2141,7 +2141,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]

@@ -2153,7 +2153,7 @@ nm_connection_get_setting_tun (A shortcut to return any NMSettingTun the connection might contain.

Parameters

-
+
@@ -2168,7 +2168,7 @@ nm_connection_get_setting_tun (

Returns

-

an NMSettingTun if the connection contains one, otherwise NULL.

+

an NMSettingTun if the connection contains one, otherwise NULL.

[transfer none]

Since: 1.2

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

Parameters

-
+
@@ -2196,7 +2196,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]

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

Parameters

-
+
@@ -2223,7 +2223,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]

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

Parameters

-
+
@@ -2250,7 +2250,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]

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

Parameters

-
+
@@ -2277,7 +2277,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]

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

Parameters

-
+
@@ -2304,7 +2304,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]

@@ -2317,7 +2317,7 @@ nm_connection_get_setting_wireless_security

A shortcut to return any NMSettingWirelessSecurity the connection might contain.

Parameters

-
+
@@ -2332,7 +2332,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]

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

Parameters

-
+
@@ -2359,7 +2359,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]

@@ -2371,7 +2371,7 @@ nm_connection_get_setting_vxlan (A shortcut to return any NMSettingVxlan the connection might contain.

Parameters

-
+
@@ -2386,7 +2386,7 @@ nm_connection_get_setting_vxlan (

Returns

-

an NMSettingVxlan if the connection contains one, otherwise NULL.

+

an NMSettingVxlan if the connection contains one, otherwise NULL.

[transfer none]

Since: 1.2

@@ -2432,7 +2432,7 @@ nm_connection_get_setting_vxlan (

Members

-
+
@@ -2440,7 +2440,7 @@ nm_connection_get_setting_vxlan ( - + @@ -2468,8 +2468,8 @@ nm_connection_get_setting_vxlan (

NM_VARIANT_TYPE_SETTING

#define NM_VARIANT_TYPE_SETTING G_VARIANT_TYPE_VARDICT
 
-

GVariantType for a dictionary mapping from property names to values. This is -an alias for G_VARIANT_TYPE_VARDICT, and is the type of each element of +

GVariantType for a dictionary mapping from property names to values. This is +an alias for G_VARIANT_TYPE_VARDICT, and is the type of each element of an NM_VARIANT_TYPE_CONNECTION dictionary.


@@ -2479,7 +2479,7 @@ an NM_VARIANT_TYPE_CONNECTION dictionary.

calling nm_connection_to_dbus().

Members

-

GTypeInterface parent;

GTypeInterface parent;

the parent interace struct

 
+
-- cgit 1.3.0-6-gf8a5