From c333f062ddcba9b35330647bf6cbd0a07f2d786e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 May 2017 14:55:55 +0200 Subject: New upstream version 1.8.0 --- docs/libnm/html/NMActiveConnection.html | 133 +++++++++++++++++++++++--------- 1 file changed, 98 insertions(+), 35 deletions(-) (limited to 'docs/libnm/html/NMActiveConnection.html') diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 2b6b4153..8bc4c66f 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -18,7 +18,8 @@ Description  |  Object Hierarchy  |  Implemented Interfaces  |  - Properties + Properties  |  + Signals Home Up @@ -79,7 +80,7 @@ -const GPtrArray * +const GPtrArray * nm_active_connection_get_devices () @@ -95,6 +96,14 @@ +NMActiveConnectionStateReason + + +nm_active_connection_get_state_reason () + + + + NMDevice * @@ -103,7 +112,7 @@ -gboolean +gboolean nm_active_connection_get_default () @@ -127,7 +136,7 @@ -gboolean +gboolean nm_active_connection_get_default6 () @@ -151,7 +160,7 @@ -gboolean +gboolean nm_active_connection_get_vpn () @@ -176,18 +185,18 @@ Read -gboolean +gboolean default Read -gboolean +gboolean default6 Read -GPtrArray * +GPtrArray * devices Read @@ -205,7 +214,7 @@ -gchar * +gchar * id Read @@ -229,7 +238,7 @@ -gchar * +gchar * specific-object-path Read @@ -240,18 +249,18 @@ -gchar * +gchar * type Read -gchar * +gchar * uuid Read -gboolean +gboolean vpn Read @@ -259,6 +268,21 @@
+

Signals

+
+++++ + + + + + +
voidstate-changedRun First
+
+

Types and Values

@@ -335,7 +359,7 @@

Object Hierarchy

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

Implemented Interfaces

NMActiveConnection implements - GInitable and GAsyncInitable.

+ GInitable and GAsyncInitable.

Description

@@ -499,7 +523,7 @@ 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.

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

@@ -552,6 +576,33 @@ nm_active_connection_get_state (
+

nm_active_connection_get_state_reason ()

+
NMActiveConnectionStateReason
+nm_active_connection_get_state_reason (NMActiveConnection *connection);
+

Gets the reason for active connection's state.

+
+

Parameters

+
+++++ + + + + + +

connection

a NMActiveConnection

 
+
+
+

Returns

+

the reason

+
+

Since: 1.8

+ +
+

nm_active_connection_get_master ()

NMDevice *
 nm_active_connection_get_master (NMActiveConnection *connection);
@@ -580,7 +631,7 @@ 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).

@@ -601,7 +652,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


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

@@ -656,7 +707,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,7 +716,7 @@ 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).

@@ -686,7 +737,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


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

@@ -741,7 +792,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,7 +801,7 @@ state.


nm_active_connection_get_vpn ()

-
gboolean
+
gboolean
 nm_active_connection_get_vpn (NMActiveConnection *connection);

Whether the active connection is a VPN connection.

@@ -770,7 +821,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 +933,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 +941,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 +949,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 +971,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 +1000,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 +1017,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 +1025,7 @@ nm_active_connection_get_vpn (

The “uuid” property

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

The active connection's UUID

Flags: Read

Default value: NULL

@@ -982,12 +1033,24 @@ 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

+
+

Signal Details

+
+

The “state-changed” signal

+
void
+user_function (NMActiveConnection *nmactiveconnection,
+               guint               arg1,
+               guint               arg2,
+               gpointer            user_data)
+

Flags: Run First

+
+
-- cgit 1.3.0-6-gf8a5