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/NMActiveConnection.html | 68 ++++++++++++++++----------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'docs/libnm/html/NMActiveConnection.html') diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 8ef75fb1..f70f51be 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -8,7 +8,7 @@ - + @@ -359,7 +359,7 @@ nm_active_connection_get_connection (Gets the NMRemoteConnection associated with connection .

-

Parameters

+

Parameters

@@ -374,7 +374,7 @@ nm_active_connection_get_connection (
-

Returns

+

Returns

the NMRemoteConnection which this NMActiveConnection is an active instance of.

[transfer none]

@@ -387,7 +387,7 @@ nm_active_connection_get_connection (NMActiveConnection *connection);

Gets the NMConnection's ID.

-

Parameters

+

Parameters

@@ -402,7 +402,7 @@ nm_active_connection_get_id ( -

Returns

+

Returns

the ID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

@@ -414,7 +414,7 @@ This is the internal string used by the connection, and must not be modified.

NMActiveConnection *connection
);

Gets the NMConnection's UUID.

-

Parameters

+

Parameters

@@ -429,7 +429,7 @@ nm_active_connection_get_uuid (
-

Returns

+

Returns

the UUID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

@@ -442,7 +442,7 @@ nm_active_connection_get_connection_type (NMActiveConnection *connection);

Gets the NMConnection's type.

-

Parameters

+

Parameters

@@ -457,7 +457,7 @@ nm_active_connection_get_connection_type
-

Returns

+

Returns

the type of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

@@ -476,7 +476,7 @@ is based on other information. (Eg, if connectionNMAccessPoint, and you can resolve it with nm_device_wifi_get_access_point_by_path().)

-

Parameters

+

Parameters

@@ -491,7 +491,7 @@ resolve it with -

Returns

+

Returns

the specific object's D-Bus path. This is the internal string used by the connection, and must not be modified.

@@ -501,9 +501,9 @@ by the connection, and must not be modified.

nm_active_connection_get_devices ()

const GPtrArray *
 nm_active_connection_get_devices (NMActiveConnection *connection);
-

Gets the NMDevices used for the active connections.

+

Gets the NMDevices used for the active connections.

-

Parameters

+

Parameters

@@ -518,8 +518,8 @@ nm_active_connection_get_devices (
-

Returns

-

the GPtrArray containing NMDevices. +

Returns

+

the GPtrArray containing NMDevices. This is the internal copy used by the connection, and must not be modified.

[element-type NMDevice]

@@ -531,7 +531,7 @@ This is the internal copy used by the connection, and must not be modified.

nm_active_connection_get_state (NMActiveConnection *connection);

Gets the active connection's state.

-

Parameters

+

Parameters

@@ -546,7 +546,7 @@ nm_active_connection_get_state (
-

Returns

+

Returns

the state

@@ -557,7 +557,7 @@ nm_active_connection_get_state (NMActiveConnection *connection);

Gets the master NMDevice of the connection.

-

Parameters

+

Parameters

@@ -572,7 +572,7 @@ nm_active_connection_get_master (
-

Returns

+

Returns

the master NMDevice of the NMActiveConnection.

[transfer none]

@@ -585,7 +585,7 @@ nm_active_connection_get_default (Whether the active connection is the default IPv4 one (that is, is used for the default IPv4 route and DNS information).

-

Parameters

+

Parameters

@@ -600,7 +600,7 @@ the default IPv4 route and DNS information).

-

Returns

+

Returns

TRUE if the active connection is the default IPv4 connection

@@ -611,7 +611,7 @@ the default IPv4 route and DNS information).

nm_active_connection_get_ip4_config (NMActiveConnection *connection);

Gets the current IPv4 NMIPConfig associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -626,7 +626,7 @@ nm_active_connection_get_ip4_config (
-

Returns

+

Returns

the IPv4 NMIPConfig, or NULL if the connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

@@ -640,7 +640,7 @@ nm_active_connection_get_dhcp4_config (NMDhcpConfig (if any) associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -655,7 +655,7 @@ nm_active_connection_get_dhcp4_config ( -

Returns

+

Returns

the IPv4 NMDhcpConfig, or NULL if the connection does not use DHCP, or is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

@@ -670,7 +670,7 @@ nm_active_connection_get_default6 (Whether the active connection is the default IPv6 one (that is, is used for the default IPv6 route and DNS information).

-

Parameters

+

Parameters

@@ -685,7 +685,7 @@ the default IPv6 route and DNS information).

-

Returns

+

Returns

TRUE if the active connection is the default IPv6 connection

@@ -696,7 +696,7 @@ the default IPv6 route and DNS information).

nm_active_connection_get_ip6_config (NMActiveConnection *connection);

Gets the current IPv6 NMIPConfig associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -711,7 +711,7 @@ nm_active_connection_get_ip6_config (
-

Returns

+

Returns

the IPv6 NMIPConfig, or NULL if the connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

@@ -725,7 +725,7 @@ nm_active_connection_get_dhcp6_config (NMDhcpConfig (if any) associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -740,7 +740,7 @@ nm_active_connection_get_dhcp6_config ( -

Returns

+

Returns

the IPv6 NMDhcpConfig, or NULL if the connection does not use DHCPv6, or is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

@@ -754,7 +754,7 @@ state.

nm_active_connection_get_vpn (NMActiveConnection *connection);

Whether the active connection is a VPN connection.

-

Parameters

+

Parameters

@@ -769,7 +769,7 @@ nm_active_connection_get_vpn ( -

Returns

+

Returns

TRUE if the active connection is a VPN connection

@@ -990,6 +990,6 @@ nm_active_connection_get_vpn ( -
Generated by GTK-Doc V1.24 +
Generated by GTK-Doc V1.25 \ No newline at end of file -- cgit 1.3.0-6-gf8a5