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-glib/html/NMActiveConnection.html | 88 ++++++++++++++-------------- 1 file changed, 44 insertions(+), 44 deletions(-) (limited to 'docs/libnm-glib/html/NMActiveConnection.html') diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index 895f4e7b..ce4d852e 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -8,7 +8,7 @@ - + @@ -354,7 +354,7 @@ nm_active_connection_new (const char *path);

Creates a new NMActiveConnection.

-

Parameters

+

Parameters

@@ -376,7 +376,7 @@ nm_active_connection_new ( -

Returns

+

Returns

a new active connection.

[transfer full]

@@ -386,11 +386,11 @@ nm_active_connection_new (

nm_active_connection_get_connection ()

const char *
 nm_active_connection_get_connection (NMActiveConnection *connection);
-

Gets the NMConnection's DBus object path. This is often used with +

Gets the NMConnection's DBus object path. This is often used with nm_remote_settings_get_connection_by_path() to retrieve the NMRemoteConnection object that describes the connection.

-

Parameters

+

Parameters

@@ -405,8 +405,8 @@ nm_active_connection_get_connection (
-

Returns

-

the object path of the NMConnection which this NMActiveConnection +

Returns

+

the object path of the NMConnection which this NMActiveConnection is an active instance of. This is the internal string used by the connection, and must not be modified.

@@ -416,9 +416,9 @@ connection, and must not be modified.

nm_active_connection_get_id ()

const char *
 nm_active_connection_get_id (NMActiveConnection *connection);
-

Gets the NMConnection's ID.

+

Gets the NMConnection's ID.

-

Parameters

+

Parameters

@@ -433,8 +433,8 @@ nm_active_connection_get_id ( -

Returns

-

the ID of the NMConnection that backs the NMActiveConnection. +

Returns

+

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

Since: 0.9.10

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

nm_active_connection_get_uuid ()

const char *
 nm_active_connection_get_uuid (NMActiveConnection *connection);
-

Gets the NMConnection's UUID.

+

Gets the NMConnection's UUID.

-

Parameters

+

Parameters

@@ -461,8 +461,8 @@ nm_active_connection_get_uuid (
-

Returns

-

the UUID of the NMConnection that backs the NMActiveConnection. +

Returns

+

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

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

const char * nm_active_connection_get_connection_type (NMActiveConnection *connection); -

Gets the NMConnection's type.

+

Gets the NMConnection's type.

-

Parameters

+

Parameters

@@ -489,8 +489,8 @@ nm_active_connection_get_connection_type
-

Returns

-

the type of the NMConnection that backs the NMActiveConnection. +

Returns

+

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

Since: 0.9.10

@@ -503,7 +503,7 @@ nm_active_connection_get_specific_object (NMActiveConnection *connection);

Gets the "specific object" used at the activation.

-

Parameters

+

Parameters

@@ -518,7 +518,7 @@ nm_active_connection_get_specific_object
-

Returns

+

Returns

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

@@ -528,9 +528,9 @@ 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

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

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

@@ -573,7 +573,7 @@ nm_active_connection_get_state (
-

Returns

+

Returns

the state

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

Gets the path to the master NMDevice of the connection.

-

Parameters

+

Parameters

@@ -599,7 +599,7 @@ nm_active_connection_get_master (
-

Returns

+

Returns

the path of the master NMDevice of the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

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

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

-

Returns

+

Returns

TRUE if the active connection is the default IPv4 connection

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

nm_active_connection_get_ip4_config (NMActiveConnection *connection);

Gets the current NMIP4Config associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -653,7 +653,7 @@ nm_active_connection_get_ip4_config (
-

Returns

+

Returns

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

@@ -669,7 +669,7 @@ nm_active_connection_get_dhcp4_config (NMDHCP4Config (if any) associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -684,7 +684,7 @@ nm_active_connection_get_dhcp4_config ( -

Returns

+

Returns

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

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

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

-

Returns

+

Returns

TRUE if the active connection is the default IPv6 connection

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

nm_active_connection_get_ip6_config (NMActiveConnection *connection);

Gets the current NMIP6Config associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -741,7 +741,7 @@ nm_active_connection_get_ip6_config (
-

Returns

+

Returns

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

@@ -757,7 +757,7 @@ nm_active_connection_get_dhcp6_config (NMDHCP6Config (if any) associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -772,7 +772,7 @@ nm_active_connection_get_dhcp6_config ( -

Returns

+

Returns

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

@@ -787,7 +787,7 @@ connection does not use DHCPv6, or is not in the nm_active_connection_get_vpn (NMActiveConnection *connection);

Whether the active connection is a VPN connection.

-

Parameters

+

Parameters

@@ -802,7 +802,7 @@ nm_active_connection_get_vpn ( -

Returns

+

Returns

TRUE if the active connection is a VPN connection

Since: 0.9.10

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