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/NMActiveConnection.html | 106 ++++++++++++++++---------------- 1 file changed, 53 insertions(+), 53 deletions(-) (limited to 'docs/libnm/html/NMActiveConnection.html') diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index b6b12c94..1cda4441 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -3,7 +3,7 @@ NMActiveConnection: libnm Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -79,7 +79,7 @@ -
const GPtrArray * +const GPtrArray * nm_active_connection_get_devices () @@ -103,7 +103,7 @@
-gboolean +gboolean nm_active_connection_get_default () @@ -127,7 +127,7 @@
-gboolean +gboolean nm_active_connection_get_default6 () @@ -151,7 +151,7 @@
-gboolean +gboolean nm_active_connection_get_vpn () @@ -162,7 +162,7 @@

Properties

-
+
@@ -176,18 +176,18 @@ - + - + +GPtrArray * @@ -205,7 +205,7 @@ +gchar * @@ -229,7 +229,7 @@ +gchar * @@ -240,18 +240,18 @@ +gchar * +gchar * - + @@ -260,7 +260,7 @@

Types and Values

-
Read
gbooleangboolean default Read
gbooleangboolean default6 Read
-GPtrArray * devices Read
-gchar * id Read
-gchar * specific-object-path Read
-gchar * type Read
-gchar * uuid Read
gbooleangboolean vpn Read
+
@@ -335,7 +335,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMActiveConnection
             ╰── NMVpnConnection
@@ -345,7 +345,7 @@
 

Implemented Interfaces

NMActiveConnection implements - GInitable and GAsyncInitable.

+ GInitable and GAsyncInitable.

Description

@@ -360,7 +360,7 @@ nm_active_connection_get_connection (

Parameters

-
+
@@ -388,7 +388,7 @@ nm_active_connection_get_id (NMConnection's ID.

Parameters

-
+
@@ -415,7 +415,7 @@ nm_active_connection_get_uuid (Gets the NMConnection's UUID.

Parameters

-
+
@@ -443,7 +443,7 @@ nm_active_connection_get_connection_type

Gets the NMConnection's type.

Parameters

-
+
@@ -477,7 +477,7 @@ connection, then the specific object will be an nm_device_wifi_get_access_point_by_path().)

Parameters

-
+
@@ -499,12 +499,12 @@ by the connection, and must not be modified.


nm_active_connection_get_devices ()

-
const GPtrArray *
+
const GPtrArray *
 nm_active_connection_get_devices (NMActiveConnection *connection);

Gets the NMDevices used for the active connections.

Parameters

-
+
@@ -519,7 +519,7 @@ nm_active_connection_get_devices (

Returns

-

the GPtrArray containing NMDevices. +

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

[element-type NMDevice]

@@ -532,7 +532,7 @@ nm_active_connection_get_state (Gets the active connection's state.

Parameters

-
+
@@ -558,7 +558,7 @@ nm_active_connection_get_master (Gets the master NMDevice of the connection.

Parameters

-
+
@@ -580,13 +580,13 @@ nm_active_connection_get_master (

nm_active_connection_get_default ()

-
gboolean
+
gboolean
 nm_active_connection_get_default (NMActiveConnection *connection);

Whether the active connection is the default IPv4 one (that is, is used for the default IPv4 route and DNS information).

Parameters

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

Returns

-

TRUE if the active connection is the default IPv4 connection

+

TRUE if the active connection is the default IPv4 connection


@@ -612,7 +612,7 @@ nm_active_connection_get_ip4_config (Gets the current IPv4 NMIPConfig associated with the NMActiveConnection.

Parameters

-
+
@@ -627,7 +627,7 @@ nm_active_connection_get_ip4_config (

Returns

-

the IPv4 NMIPConfig, or NULL if the connection is +

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

[transfer none]

@@ -641,7 +641,7 @@ nm_active_connection_get_dhcp4_config (NMActiveConnection.

Parameters

-
+
@@ -656,7 +656,7 @@ nm_active_connection_get_dhcp4_config (

Returns

-

the IPv4 NMDhcpConfig, or NULL if the connection +

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

[transfer none]

@@ -665,13 +665,13 @@ state.


nm_active_connection_get_default6 ()

-
gboolean
+
gboolean
 nm_active_connection_get_default6 (NMActiveConnection *connection);

Whether the active connection is the default IPv6 one (that is, is used for the default IPv6 route and DNS information).

Parameters

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

Returns

-

TRUE if the active connection is the default IPv6 connection

+

TRUE if the active connection is the default IPv6 connection


@@ -697,7 +697,7 @@ nm_active_connection_get_ip6_config (Gets the current IPv6 NMIPConfig associated with the NMActiveConnection.

Parameters

-
+
@@ -712,7 +712,7 @@ nm_active_connection_get_ip6_config (

Returns

-

the IPv6 NMIPConfig, or NULL if the connection is +

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

[transfer none]

@@ -726,7 +726,7 @@ nm_active_connection_get_dhcp6_config (NMActiveConnection.

Parameters

-
+
@@ -741,7 +741,7 @@ nm_active_connection_get_dhcp6_config (

Returns

-

the IPv6 NMDhcpConfig, or NULL if the connection +

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

[transfer none]

@@ -750,12 +750,12 @@ state.


nm_active_connection_get_vpn ()

-
gboolean
+
gboolean
 nm_active_connection_get_vpn (NMActiveConnection *connection);

Whether the active connection is a VPN connection.

Parameters

-
+
@@ -770,7 +770,7 @@ nm_active_connection_get_vpn (

Returns

-

TRUE if the active connection is a VPN connection

+

TRUE if the active connection is a VPN connection

@@ -882,7 +882,7 @@ nm_active_connection_get_vpn (

The “default” property

-
  “default”                  gboolean
+
  “default”                  gboolean

Whether the active connection is the default IPv4 one.

Flags: Read

Default value: FALSE

@@ -890,7 +890,7 @@ nm_active_connection_get_vpn (

The “default6” property

-
  “default6”                 gboolean
+
  “default6”                 gboolean

Whether the active connection is the default IPv6 one.

Flags: Read

Default value: FALSE

@@ -898,7 +898,7 @@ nm_active_connection_get_vpn (

The “devices” property

-
  “devices”                  GPtrArray *
+
  “devices”                  GPtrArray *

The devices of the active connection.

Element-type: NMDevice

Flags: Read

@@ -920,7 +920,7 @@ nm_active_connection_get_vpn (

The “id” property

-
  “id”                       gchar *
+
  “id”                       gchar *

The active connection's ID

Flags: Read

Default value: NULL

@@ -949,7 +949,7 @@ nm_active_connection_get_vpn (

The “specific-object-path” property

-
  “specific-object-path”     gchar *
+
  “specific-object-path”     gchar *

The path to the "specific object" of the active connection; see nm_active_connection_get_specific_object_path() for more details.

Flags: Read

@@ -966,7 +966,7 @@ nm_active_connection_get_vpn (

The “type” property

-
  “type”                     gchar *
+
  “type”                     gchar *

The active connection's type

Flags: Read

Default value: NULL

@@ -974,7 +974,7 @@ nm_active_connection_get_vpn (

The “uuid” property

-
  “uuid”                     gchar *
+
  “uuid”                     gchar *

The active connection's UUID

Flags: Read

Default value: NULL

@@ -982,7 +982,7 @@ nm_active_connection_get_vpn (

The “vpn” property

-
  “vpn”                      gboolean
+
  “vpn”                      gboolean

Whether the active connection is a VPN connection.

Flags: Read

Default value: FALSE

-- cgit 1.3.0-6-gf8a5